Commit 97fcbf05 by BellCodeEditor

save project

parent e57c76e8
Showing with 2 additions and 2 deletions
......@@ -12,11 +12,11 @@ print(type(num))
print(type(float_num ))
print(type(name))
print(type(goods))
'''
import turtle
Pen = turtle.Pen()
Pen.shape("turtle")
Pen.forward(100)
Pen .left(90)
Pen.forward(100)
......
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