Anybody can u explain modul in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Anybody can u explain modul in python

Now I'm started Python but modul topic is not understand yet........

19th Jun 2019, 1:07 PM
AKULA HARISH
AKULA HARISH - avatar
2 Answers
+ 2
Modulo (%) returns the *remainder* of a division 10 % 4 == 2 6 % 5 == 1 4 % 2 == 0 7 % 2 == 1
19th Jun 2019, 1:11 PM
Trigger
Trigger - avatar
+ 1
However, as this question has been asked numerous times, use the search bar https://www.sololearn.com/post/10362/?ref=app
19th Jun 2019, 1:44 PM
Trigger
Trigger - avatar