zyulfi

Business_card

May 7th, 2025
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.29 KB | Source Code | 0 0
  1. name = input("Моля, въведете име: ")
  2. age = input("Моля, въведете възраст: ")
  3. city = input("Моля, въведете град: ")
  4.  
  5. print()
  6. print("*** -Визитка- ***" + "\n" + "Име: " + name + "\n" + "Възраст: " + age + "\n" + "Град: " + city)
Advertisement
Add Comment
Please, Sign In to add comment