Commit ff32f774 by BellCodeEditor

save project

parent f35d80b5
Showing with 3 additions and 4 deletions
...@@ -7,6 +7,5 @@ def func(): ...@@ -7,6 +7,5 @@ def func():
else: else:
total.append(unit) total.append(unit)
print(total) print(total)
func() for i in range(1,100000,1):
for i in range(1,1,10000): print(i)
print \ No newline at end of file
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment