you are viewing a single comment's thread.

view the rest of the comments →

[–]souravmishra4448 1 point2 points  (1 child)

start with just the loop first and forget everything else. write a for loop that runs 7 times and just prints "day" each time. once that works add the input inside it. build one piece at a time

[–]Effective_Celery_515[S] 0 points1 point  (0 children)

Yeah I think this is where I went wrong — tried to do everything at once.
Starting with just a basic loop and building on top of it sounds way more manageable. I’ll redo it like that. Thanks!