Commit 07670928 by BellCodeEditor

save project

parent ebe63953
Showing with 8 additions and 2 deletions
print("hello world") print("hello world")
print("悟空"+"谢谢你") print("悟空"+"谢谢你")
\ No newline at end of file num=9
name="悟空"
float_num=3.1415926
print(type(num))
print(type(name))
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