Advertisement
draligamer7Snakify

ends on 7

Oct 11th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. a=int(input())
  2. if a %10==7:
  3. print("YES")
  4. else:
  5. print("NO")
  6.  
  7. #if a %1==0:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement