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