Guest User

Untitled

a guest
Jan 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/usr/bin/env python3
  2.  
  3. vstup = input()
  4. if vstup.isnumeric():
  5. int(vstup)
  6. else:
  7. print("Toto nie je číslo")
Add Comment
Please, Sign In to add comment