Answers for "what is do in python"

2

what does % do in python

65 % 2
#This will be 1, since % will calculate the remainder of the variable
# % is the modulus operator
Posted by: Guest on April-23-2021

Python Answers by Framework

Browse Popular Code Answers by Language