+ 7
I don't understand this part quotient and remainder
10 Answers
+ 23
a = 10
b = 3
————————————
quotient (a.k.a. floor division):
a // b
>>> 3
In words: how many times does 3 go in 10? Answer: 3 times
———————————-
remainder (%)
a % b
>>>1
in words: What is the remainder of 10 divided by 3? Answer: 1
———————————-
Hope this helps 😊
+ 7
Thank you
+ 5
Really it's helps
+ 4
You‘re welcome 😊 Isaac Amankonah
+ 1
Isaac Amankonah ,
Can you be more specific?
+ 1
Thanks for the explanation ace
+ 1
You‘re welcome, Hammed Folorunso ☺️
+ 1
Thank you, who answer this :)
0
Thanks
0
How come 1.25 % 5 is 0.25 it should be 0 since remainder is 0.
0.25 is the quotient