Commit 16616530 by BellCodeEditor

auto save

parent a11d6bb6
Showing with 5 additions and 0 deletions
tuple = (100,200,300)
x,y,z = tuple
print("x的值为:",x)
print("y的值为:",y)
\ 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