Run »
×
Change Orientation
# Import math Library import math # Find the value n that makes x completely divisible by y print (math.remainder(9, 2)) print (math.remainder(17, 4))
1.0
1.0
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit