Commit 767bf32a by BellCodeEditor

auto save

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