5 Réponses
+ 2
Modulo and qoutient
+ 2
Ok sarcasm aside:
Example 1
9 // 2 = 4
Because // drops off the fractions and only returns the whole number.
Example 2
9 % 2 = 1
Because % only returns the remainder of the division.
Hope this helps
+ 1
In operations
+ 1
Oarabile Malotane Do you mean you don' t understand % and // in python?
+ 1
Yes a genuis