Commit ff32f774 by BellCodeEditor

save project

parent f35d80b5
Showing with 3 additions and 4 deletions
......@@ -7,6 +7,5 @@ def func():
else:
total.append(unit)
print(total)
func()
for i in range(1,1,10000):
print
\ No newline at end of file
for i in range(1,100000,1):
print(i)
\ 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