Commit 4de60a4b by BellCodeEditor

save project

parent cd757ed4
Showing with 12 additions and 3 deletions
#print("hello world!")
name="陈xx"
print(name+"欢迎你")
\ No newline at end of file
# name="陈xx."
# print(name+"欢迎你")
num = 9
Float_num=3.1415926
name="语空"
goods=["雷碧","可口克乐","加啡"]
print(type(goods))
print(type(num))
print(type(Float_num))
print(type(name))
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