Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 18 Online
OpenStudy (anonymous):

what is a check in python to see if a number divided by a number returns a number that has no remainder?

OpenStudy (anonymous):

Given two numbers n1 and n2, you could do: if n1 % n2 == 0

OpenStudy (anonymous):

Spot on!

OpenStudy (anonymous):

% like list =[2,3,5,32,25, 44, 10] for num in list: if num%2==1: print num print "is odd"

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!