Commit 57ba98f1 by BellCodeEditor

auto save

parent 62dd5958
Showing with 12 additions and 1 deletions
...@@ -12,6 +12,5 @@ def new_input(): ...@@ -12,6 +12,5 @@ def new_input():
else: else:
total.append(unit) total.append(unit)
print('-'*30) print('-'*30)
print(total) print(total)
new_input() new_input()
import turtle as t
\ No newline at end of file
import turtle as t
t.shape('turtle')
t.screensize(450,400,'black')
t.pencolor('yellow')
for i in
for i in range(3):
t.forward(100)
t.right(90)
t.done()
\ 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