Commit d47dbb0e by BellCodeEditor

save project

parent 85422799
Showing with 8 additions and 2 deletions
print("hello world!")
\ No newline at end of file
print("hello world!")
data1="hello"
data2=20
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