Day 9 of 100
Project: Using the concepts of dictionaries, implement "Secret Auction", where the program asks for user name and their bid value, then after the input stage is done, return the highest bid value and their name.
#100DaysOfCode#Python#CodeNewbie
Day 5 of 100
Areas covered - for loops, range()
Exercises - "Average Height", "High Score", "Adding Even Numbers", "FizzBuzz" and "Password Generator"
#100DaysOfCode#Python#CodeNewbie