Skip to content

Instantly share code, notes, and snippets.

View ituk06's full-sized avatar
💢

Ituk ituk06

💢
View GitHub Profile
name=input('Напишите своё имя : ')
secondname=input('Напишите свою фамилию : ')
age=input('Напишите свой возраст : ')
print("Меня зовут",name,secondname,". Мой возраст -" ,age)