Now

Report a typo

What time is it now? Create a datetime.datetime object with the information about the current date and time. Name the variable now_time.

Write a program in Python 3
import datetime

# create now_time here
___

Create a free account to access the full topic