colors = ("red", "green", "blue") print(colors[0]) # Output: red # colors[0] = "yellow" # Error: 'tuple' object does not support item assignment
| YouTube Tutorial | This Bootcamp | | :--- | :--- | | 10 different teachers, 10 different styles | One cohesive, step-by-step story | | "Uh, I think you do this..." | Clear, concise, edited lessons | | Zero accountability | Live Q&A and a private Discord community | | No certificate of completion | | python bootcamp from zero to hero
It's time to put your skills to the test! Choose a project idea: colors = ("red", "green", "blue") print(colors[0]) # Output: