Files
it_school/Python_module_1/python_002.py
Ionel Andrei Cataon 80d368e4c5 Python lessons
2026-01-27 20:06:30 +02:00

5 lines
193 B
Python

#!/home/andrei/it_school/bin/python3
varsta = input("Introduceti varsta dumneavoastra: ")
nume = input("Introduceti numele dumneavoastra: ")
print("Salut,", nume + "!", "Ai", varsta, "ani.")