Question #106

In the standard library, datetime is:

Both! The class datetime is part of the datetime module. As a demonstration, the current timestamp is given with datetime.datetime.now() . (docs.python.org/3/library/datetime.html)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: