Commit a92c8584 by BellCodeEditor

save project

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