Commit 8590db15 by BellCodeEditor

save project

parent 8b7a0898
Showing with 6 additions and 0 deletions
tupel = (100,200,300)
x,y,z = tupel
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