Commit 61aa175b by BellCodeEditor

auto save

parent 3b797042
Showing with 5 additions and 1 deletions
import turtle
def new_input():
total = []
while True:
......@@ -14,5 +16,6 @@ def new_input():
print("-"*30)
print(total)
if turtle.__name__ == 'turtle':
print('import module turtle')
new_input()
\ 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