Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x = 1
- n = input()
- for i in n:
- x*=int(i)
- print('NO' if x > 50 else 'YES')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement