Commit a92c8584 by BellCodeEditor

save project

parent 07670928
Showing with 7 additions and 9 deletions
print("hello world")
print("悟空"+"谢谢你")
num=9
name="悟空" import turtle
float_num=3.1415926 pen=turtle.Pen()
print(type(num)) turtle.done()
print(type(name)) \ No newline at end of file
print(type(float_num))
\ 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