add license to shell
This commit is contained in:
4
tests/iteration-test.py
Normal file
4
tests/iteration-test.py
Normal file
@@ -0,0 +1,4 @@
|
||||
i = 1000000
|
||||
while i:
|
||||
print(i)
|
||||
i=i-1
|
||||
Reference in New Issue
Block a user