Advertisement
Forezz

Решение задачи

Sep 26th, 2020
1,658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. a = input()
  2. if len(a) == 3 and int(a) % 2 == 1:
  3.     print('Yes')
  4. else:
  5.     print('No')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement