Refacere repo
This commit is contained in:
6
Python_module_1/python_007.py
Normal file
6
Python_module_1/python_007.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/home/andrei/it_school/bin/python3
|
||||
|
||||
i = 1
|
||||
while i <= 10:
|
||||
print("Valoarea lui i este:", i)
|
||||
i += 1
|
||||
Reference in New Issue
Block a user