Commit e4a8869a by BellCodeEditor

save project

parent 4a2655a1
Showing with 7 additions and 2 deletions
print("hello world") name = "whl"
\ No newline at end of file age = 20
score=89.0
print(type(name))
print(type(age))
print(type(score))
print(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