Commit 44e2b2fc by BellCodeEditor

auto save

parent ecff0d54
Showing with 26 additions and 0 deletions
import turtle
import turtle
p=turtle.Pen()
s=turtle.Screen()
s.bgcolor("blue")
p.penup()
p.seth(270)
p.forward(50)
p.seth(0)
p.pendown()
p.circle(50)
p.seth(90)
p.penup()
p.goto(-35,0)
p.pendown()
p.write("刘鑫喆,你好!")
s.textinput("姓名","你的名字是:")
p.hideturtle()
turtle.done()
\ No newline at end of file
l=["刘鑫喆","11","5"]
l=["刘鑫喆","11","5"]
l.pop(2)
l.append(175)
print(l)
\ 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