Advertisement
Guest User

chall

a guest
Jan 15th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. # -> python3
  2. userInput = float(input('-> ').replace('.',''))
  3. if '.' in str(userInput):
  4.     print(flag)
  5. else:
  6.     print('nope')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement