Commit 84a2c79f by BellCodeEditor

save project

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