Commit 61d6e407 by BellCodeEditor

save project

parent b7f7071a
Showing with 6 additions and 12 deletions
import turtle
pen=turtle.Pen()
num = 9 pen.shape("turtle")
float_num = 3.1415926 pen.forward(200)
name = "悟空" turtle.done()
goods = ["雪碧","可口可乐","咖啡"] \ No newline at end of file
printtype(num))
print(type(float_num))
print(type(name))
print(type(goods))
\ 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