365 Days of Python: Day #74 — Stressful Shopping
Shopping for something can be a real pain in the you know what.
Whether it is traffic on the way there, long lines, or difficulty finding what you came for, these trips to the store can end up being anxiety-inducing.
Day #74 (1/27/2023)
“The need to shop is an unfortunate consequence of evolving from hunter-gatherers.”
— Me
Accomplishments
- Created an outline for my PotW (see below)
def game_difficulty():
#ask the user what difficulty he/she would like to play on
def number_generator():
#generate a random number between 0 and 100
def user_guess():
#ask the user to guess a number
def guess_accuracy():
#tell the user how close his/her guess was to the correct number
def game_tracker():
#track if the user has guessed the correct number
Weekly Goals
- Write a program that challenges you to guess a randomly-generated number between 0 and 100 (10%)
Closing Thoughts
For me, going to the grocery store (or any other kind of store) is unreasonably stressful.
This is because I am the type of person who second-guesses every purchase. Therefore, you can imagine just how difficult it is for me to buy something. It might take me hours to make up on my mind on something. And half of the time, I end up returning whatever I bought anyway.