Files
it_school/Python_module_1/python_002.py
Ionel Andrei Cataon ad4a4cf8f6 Refacere repo
2026-02-12 14:14:46 +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.")