Nelogeek

Untitled

Oct 18th, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. name=input ("Введи свое имя: ")
  2. if name == Виталя:
  3.     print(f"{name}, я хочу от тебя детей")
  4. else:
  5.     print("Ничего не хочу. Даже есть перехотелось")
  6.  
Advertisement
Add Comment
Please, Sign In to add comment