Refacere repo
This commit is contained in:
5
Python_module_1/python_002.py
Normal file
5
Python_module_1/python_002.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/home/andrei/it_school/bin/python3
|
||||
|
||||
varsta = input("Introduceti varsta dumneavoastra: ")
|
||||
nume = input("Introduceti numele dumneavoastra: ")
|
||||
print("Salut,", nume + "!", "Ai", varsta, "ani.")
|
||||
Reference in New Issue
Block a user