2025-01-09T14:30:26
This commit is contained in:
7
src0/flow.py
Executable file
7
src0/flow.py
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
a = 10
|
||||
if (a > 0):
|
||||
print(a)
|
||||
|
||||
for a in reversed(range(5)):
|
||||
print(a)
|
||||
Reference in New Issue
Block a user