swcarpentry / python-novice-gapminder

Plotting and Programming in Python
http://swcarpentry.github.io/python-novice-gapminder/
Other
163 stars 427 forks source link

Replace print_date function in episode 16 question #546

Closed perlman closed 3 years ago

perlman commented 3 years ago

As noted in #538, the function print_date was previously used in the episode, leading to a student to potentially fail to experience the expected error if they type the code into their current python session.

This updated question will use print_time instead. This is a very simple substitution which I should be as accessible as print_date.