Commit 84a2c79f by BellCodeEditor

save project

parent 800b44ff
Showing with 13 additions and 16 deletions
import turtle
name="悟空" pen=turtle.Pen
word="welcome" pen.shape("turtle")
print("悟空"+"welcome") pen.forword(100)
print(name+word) pen.left(90)
a=[] pen.forword(100)
b=12 pen.left(90)
c="12" pen.forword(100)
v='12' pen.left(90)
y=12.5 pen.forword(100)
print(type(a)) pen.left(90)
print(type(b)) turtle.done()
print(type(c)) \ No newline at end of file
print(type(v))
print(type(y))
\ 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