Commit 4c90cc00 by BellCodeEditor

save project

parent 5708fdef
Showing with 9 additions and 0 deletions
tuple1 = (100,200,300)
x,y,z = tuple1
print('x的值为:',x)
print('y的值为:',y)
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