0
what is the function of str and %
LITTLE STUCK
3 odpowiedzi
+ 2
The str() function converts values to a string form so they can be combined with other strings.
% is modulus operator
Ex - if 21%2 is given then remainder is the answer that is 1
21/2 the answer is 10.
0
Hello... I'm a beginner.. I wanna know the function of str and %
0
Thanks