Commit bf3238e8 by BellCodeEditor

save project

parent 3799c89f
Showing with 12 additions and 2 deletions
pirnt("Hello world!")
pirnt("松松"+",欢迎你")
\ No newline at end of file
pirnt("松松"+",欢迎你")
num = 9
fioat_num = 3.1415926
rrrnum = "快乐"
good = ["法国","一套房","战斗中"]
print(trpe(num))
import turtle
pen=turtle.pen()
pen.shape("arrow")
pen.forward(100)
pen.left(90)
turtle.done("god")
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