ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Getting started with tuples - English

13305 visits



Outline:

What are tuples? How to declare tuples? Examples to declare tuples Demonstration of creating tuple Accessing tuples by their index positions Iteration over tuples Demonstration of immutability property of tuples How to swap values in tuples Similarities of tuples with lists Tuple packing and unpacking