Hi All,
We have to populate a timetable with subjects. What would be the best
approach?
In our sample timetable there are 25 hours (keys), all the FH value should
be replaced with random subjects as many as their corresponding hour.
timetable = [{'A1': "FH", 'B1': "FH", 'C1': "FH", 'D1': "FH", '
Cool, thanks!
Regards
Britto
On Thu, 2 May 2019 at 08:29, Steven D'Aprano wrote:
> Hi Britto, and welcome.
>
> This mailing list is for proposing new features for the Python language,
> not a help desk or for asking for help with what looks like a homework
> question. You might like to try th
Hi Britto, and welcome.
This mailing list is for proposing new features for the Python language,
not a help desk or for asking for help with what looks like a homework
question. You might like to try the "python-list" mailing list or
Reddit's learnpython subreddit, or perhaps Stackoverflow.
Al