Hello, i’m learning python, python is the first programming language i’m learning.
Owkee here’s the question: I need to make an agenda but i don’t know where to start.
(build a program that puts all the days in a dictionary, the keys are yyyy - mm - dd, the values is empty list for the appointments. )
I’m not allowed to use functions, or other fancy stuff. I’m just past for loops so I can use for loops.
How do I start with the agenda script. (I don’t want a fully working script, I want to program it by myselves.
Is there some kind of a smart trick to get your idea to working code, some standard things that makes it easier to transfer your idea to code.
Thank you,