Please open Telegram to view this post
VIEW IN TELEGRAM
👍1🔥1
Please open Telegram to view this post
VIEW IN TELEGRAM
Dictionaries, Nesting and the Secret Auction
————————
01 - Day 9 Goals what we will make by the end of the day
02 - The Python Dictionary Deep Dive
03 - Interactive Coding Exercise - Grading Program
04 - Nesting Lists and Dictionaries
05 - Interactive Coding Exercise - Dictionary in List
06 - Python Dictionaries Quiz
07 - The Secret Auction Program Instructions and Flow Chart
08 - Solution and Complete Code for the Secret Auction Program
09 - Motivation and the Accountability Trick
————————
Please open Telegram to view this post
VIEW IN TELEGRAM
❤3👍3
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥1
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥1
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2🔥1
🟢 Question 2:
Anonymous Quiz
29%
dict["c"] = [1, 2, 3]
24%
for key in dict: dict[key] += 1
29%
dict[1] = 4
18%
print(dict[1])
❤1