- Define the following list
{'red', 'green', 'blue'}
- Iterate over the list and print each item on its own line
- Define a variable with a value of 1 and using a for loop add 3 3 to the variable's value, every loop. Make sure to define the loop in a way where it stops once the variable value is bigger than 100
- Print the final value
Click here to view the solution.