(Using modules) Python comes with hundreds of modules. Here is a challenge for you: find a module that you can import that will generate today’s date so you can print it. Use your favorite search engine for help in finding which module you need and how to use it. In the end, your task is to do the following:
>>> print("Today’s date is:", X )Today’s date is: 2009-05-22
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.