Brutal Coding Reset List
Brutal Coding Reset List
────────────────────────────────────────
- Write a program that prints your name, age, and favorite weapon.
- Build a calculator that does + - * / with user input.
- Write a loop that prints 1 to 100, replacing multiples of 3 with "FIZZ", 5 with
"BUZZ", and both with "FIZZBUZZ".
- Make a function that takes a number and returns its factorial — no recursion yet.
────────────────────────────────────────
- Ask the user for a password. If correct, print "ACCESS GRANTED", else “ACCESS
DENIED.”
- Build a number guessing game. Program picks random 1–100, user guesses till
correct.
- Make a menu system with 3 options: (1) Print today’s date, (2) Print a quote, (3)
Exit.
────────────────────────────────────────
────────────────────────────────────────
- Build your own inventory system using a dictionary. User can “add”, “remove”,
“print” items.
- Write a contact book: stores names and numbers using a dictionary, allows
search/edit/delete.
- Implement a basic to-do list using a list of dictionaries.
────────────────────────────────────────
────────────────────────────────────────
────────────────────────────────────────
────────────────────────────────────────