Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _name = input("Введите ваше имя: ")
- _age = input("Введите ваш возраст: ")
- print(f"Привет, {_name}!", f"Ваш возраст:{_age}", sep="***", end="\n:P\n")
- print("Я желаю тебе удачи!", sep="---", end=" :)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement