python-basics-exercises
python-basics-exercises copied to clipboard
Page 314
Original Text Don’t worry about how the datetime class works right now. The important part of this example is that having to constantly time datetime.datetime anytime you want to use the datetime class is redundant and tiring.
Suggested Edit Don’t worry about how the datetime class works right now. The important part of this example is that having to constantly type datetime.datetime anytime you want to use the datetime class is redundant and tiring.
The word "type" was misspelled as "time."