Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1. def ahhTenKrycha(krycha):
  2.   if krycha == "lubi kobiety":
  3.     print("Krycha w porzadku")
  4.   elif krycha == "lubi pornhub":
  5.     print("Krycha woli reke od kobiet")
  6.   else:
  7.     print("Krycha to pedal")
  8.  
  9. ahhTenKrycha("lubi chlopcow")
  10. ahhTenKrycha("lubi pornhub")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement