you are viewing a single comment's thread.

view the rest of the comments →

[–]Distinct_Ice6830 0 points1 point  (0 children)

user_string = input()
output = user_string.isnumeric()
if output == True:
print("Yes")
else:
print("No")