Enter·n:·214
4
1
2
n = int(input()) while n > 0: print(n % 10) n = n // 10
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment