Commit 2dee6826 by BellCodeEditor

save project

parent c3f594c5
Showing with 5 additions and 9 deletions
name="悟空" import turtle#导入turtle 工具包
word= "欢迎你" PEN=turtle.Pen()#创建画笔
num=1.333 PEN.shape("turtle")#
num1=2 PEN.forword(100)//
print(type(name)) \ No newline at end of file
print(type(word))
print(type(num))
print(type(num1))
\ 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