Commit 9deefaee by BellCodeEditor

auto save

parent 16b0439f
Showing with 23 additions and 0 deletions
a = "小贝"
print(a+"欢迎您")
print(type("2"))
print(type(2))
print(type("小贝"))
print(type("xza"))
import turtle
p= turtle.Pen()
p.shape("turtle")
p.forward(100)
p.right(20)
p.forward(200)
turtle.done()
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