filmov
tv
Python Lesson 44: Tuple Part 1

Показать описание
This lesson explores the immutability of a tuple, how to access its members and a work around rebuilding a tuple in case a change or addition of a member is needed. This will introduce the tuple() constructor for the rebuilding process.