Author Topic: Day 9 - Dictionaries, Nesting and the Secret Auction  (Read 404 times)

TheBreh

  • Administrator
  • Newbie
  • *****
  • Posts: 31
    • View Profile
Day 9 - Dictionaries, Nesting and the Secret Auction
« on: November 14, 2021, 05:19:30 pm »
Discuss here.

Share on Bluesky Share on Facebook


Secure Da Bag

  • Newbie
  • *
  • Posts: 38
    • View Profile
Re: Day 9 - Dictionaries, Nesting and the Secret Auction
« Reply #1 on: November 28, 2021, 06:33:40 pm »
Create a dictionary
Spoiler (hover to show)

Add a key and value
Spoiler (hover to show)

Empty dictionary
Spoiler (hover to show)

Accessing a dictionary in a for loop
Spoiler (hover to show)

Challenge
Spoiler (hover to show)

Embed a list in a dictionary
Spoiler (hover to show)

Challenge
Spoiler (hover to show)

Embed dictionaries in a list
Spoiler (hover to show)

Challenge
Spoiler (hover to show)

Project
Spoiler (hover to show)