Advertisement
Galebickosikasa

Untitled

Sep 30th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # 1
  2. s = input()
  3. flag = 1
  4. for i in s:
  5. if not i.isdigit():
  6. flag = 0
  7. if flag:
  8. print('YES')
  9. else:
  10. print('NO')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement