Commit 64d9717c by BellCodeEditor

save project

parent ecc99bdc
Showing with 14 additions and 0 deletions
# print("hello world!")
# print("小明"+"欢迎你")
# print(2+5)
# print("小明"*3)
# print(type(11,2))
# name="小明"
# print(name+"你好")
# goods = ["雷碧","渴扣渴了","六个核弹"]
# print(type(goods))
import turtle
pen=turtle.Pen()
pen.shape("turtle")
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