You are viewing a single comment's thread. Return to all comments →
Here's my code
res = divmod(*[int(input()) for _ in range(2)]) print(*(list(res)+[res]), sep='\n')
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 →
Here's my code