You are viewing a single comment's thread. Return to all comments →
# Enter your code here. Read input from STDIN. Print output to STDOUT a,b=int(input()), int(input()) m,d=divmod(a,b) print(m) print(d) print(divmod(a,b))
Seems like cookies are disabled on this browser, please enable them to open this website
Mod Divmod
You are viewing a single comment's thread. Return to all comments →