Guest User

Untitled

a guest
Jun 25th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import msvcrt as m
  2. def wait():
  3. m.getch()
  4. strength = 10
  5. health = 10
  6. input("You now have",strength,"strength and",health,"health")
  7. wait()
Add Comment
Please, Sign In to add comment