Commit 0bdf21b9 by BellCodeEditor

auto save

parent 9acdf46f
Showing with 10 additions and 0 deletions
a=10
b = 11
print("你还有"+str(a)+"条命","只剩下","一"+str(b)+"条")
c="10"
d = int(c)+a
print(d)
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