Randomization and Python Lists
————————
01 - Day 4 Goals what we will make by the end of the day
02 - Random Module
03 - Interactive Coding Exercise - Heads or Tails
04 - Understanding the Offset and Appending Items to Lists
05 - Interactive Coding Exercise - Banker Roulette - Who will pay the bill
06 - IndexErrors and Working with Nested List
07 - List and IndexError Quiz
08 - Interactive Coding Exercise - Treasure Map
09 - Day 4 Project Rock Paper Scissors
10 - Programming is like going to the Gym
————————
Please open Telegram to view this post
VIEW IN TELEGRAM
👍7❤4
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4
Please open Telegram to view this post
VIEW IN TELEGRAM
❤3🔥1
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1🔥1
IndexError is one of the most common errors you will make and encounter. Getting familiar with list indices and how they work in the context of Lists and nested Lists will make your life much easier in the future!
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2👍1
🟢 Question 1:
Anonymous Quiz
10%
["Spinach", "Kale", "Tomatoes", "Celery", "Potatoes"]
26%
"Strawberries"
25%
"Nectarines"
28%
"Kale"
11%
"Spinach"
❤2
❤2
🟡 Question 3:
Anonymous Quiz
12%
fruits.Apples()
16%
fruits[3]
63%
fruits[-5]
8%
fruits[-4]
1%
fruits[4]
❤5