Welcome to my Python Learning Journey! 🚀 This repository is a testament to my dedication to mastering Python, following the Code with Mosh course. Each folder represents a structured section, ...
# Tuples are basiclly read only lists, can not be change points = (1, 2, 3) # with paretesis it is a Tuple ...