Skip to content
runcodeguy
No one raindrop thinks it caused the flood.
Menu and widgets
How to unpack a collection in Python
numbers = [1, 2, 3] x, y, z = numbers
Post navigation
Previous
Previous post:
How to assign many values to multiple variables in Python
Next
Next post:
How to get the variable data type in Python
Click to Copy