modulo | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

modulo

How does the modulo operator work in python

6th Apr 2024, 2:36 PM
Kaggwa Kevin
Kaggwa Kevin - avatar
3 Answers
6th Apr 2024, 3:05 PM
Tibor Santa
Tibor Santa - avatar
+ 2
Ohh now i understand, the modulo operator omits the answer and outputs its remainder
6th Apr 2024, 3:36 PM
Kaggwa Kevin
Kaggwa Kevin - avatar
+ 2
Kaggwa Kevin , Save this link. It's the General Index page of python.org, which is the official Python language documentation site. You can drill down alphabetically to any language feature, including symbols such as %, from that index. I use it all the time to get the definitive truth about how something works in Python. https://docs.python.org/3/genindex.html
7th Apr 2024, 7:37 AM
Rain
Rain - avatar