Advertisement
Whistik

Untitled

Apr 30th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. odpoved = input("Zadejte odpoved: ")
  3.  
  4. if(int(odpoved) == 1):
  5. exit()
  6. elif(int(odpoved) == 2):
  7. print("Vase odpoved je spatna")
  8. input()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement