The Output Of Both Of The Print Statements Is The Samep Pre #844
The output of both of the print statements is the same.</p> <pre><code class="language-python">import datetime dt_1 = datetime.datetime.today() dt_2 = datetime.datetime.now() print(dt_1) print(dt_2)</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Datetime Module - Quiz No.2.