Commit d52d5bab by BellCodeEditor

save project

parent d47dbb0e
Showing with 2 additions and 1 deletions
print("hello world!")
data1="hello"
data2=20
data3=[1,2,3"你好"]
data3=[1,2,3,"你好"]
print(data1)
print(data2)
print(data3)
\ 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