Question #303859

Enter·n:·214

4

1

2


Expert's answer

n = int(input())
while n > 0:
  print(n % 10)
  n = n // 10

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS