Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. x = "123"
  2.  
  3. while input("podaj haslo:")!=x:
  4. print("zle haslo")
  5. print("haslo poprawne")
  6.  
  7.  
  8. y=input("wpisz liczbę większą od 0 :")
  9. y=int(y)
  10.  
  11. while y>0:
  12. print(y)
  13. y-=3
  14. print("Koniec")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement