Hello, i'm learning python, python is my first programming language.
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).
I don't want a full script that is fully working, but I want to know how to start with the agenda script.
Thank you,
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).
I don't want a full script that is fully working, but I want to know how to start with the agenda script.
Thank you,