In python:
number = input("Enter your number ")
i = 0
while i < len(number):
print(number[i])
i += 1
5.6m questions
7.3m answers