Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Mod in Python : Mod « Math « Python






Mod in Python

Mod in Python
print "107 % 4 = ",
print 107 % 4



           
       

Related examples in the same category