Commit 2dee6826 by BellCodeEditor

save project

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