Commit 140cb7fb by BellCodeEditor

auto save

parent 67e173bd
Showing with 4 additions and 2 deletions
name = "悟空" name = "悟空"
print(name + ",欢迎你") a = [1, name]
\ No newline at end of file a.append(2)
print(a)
\ 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