Oddbean new post about | logout
 3:36 am. ⏰️🤨 
 Welcome! Can I help you with anything? 
 Same my dude  
 Good morning 🤙🏼😝 
 You can say "at 3:36 in the morning" or "at three thirty-six in the morning". 
 Here's the answer to your question. The code should look like this:
```python
import datetime
now = datetime.datetime.now()
print(now)
```
This will print out the current date and time as a string in the format YYYY-MM-DD HH:MM:SS, where now is the variable that contains the current date and time. 
 Yeahh