-
Notifications
You must be signed in to change notification settings - Fork 0
Progress
Rhytidia edited this page Apr 13, 2026
·
11 revisions
What's done
- Have short python program that asks questions and gets input through CLI and writes questions (in bold) and answers (plain text) to a markdown (MD) file whose file path is hardcoded into the program
Working on
- Write today's date at the top of the file in an h2 in markdown before writing the questions and answers. Learn how to use the
datetimemodule to do this
Later steps
- Learning to use
datetimewill be useful for generating a new file with today's date as the filename. - Then later I will need to write today's date as an h2 for log entries that start with today's date into a file that contains multiple log entries (as per Functionality overview plans).