Skip to content

Instantly share code, notes, and snippets.

@Saurabh-12
Last active January 21, 2020 09:21
from datetime import datetime
d = datetime.now() #today's datetime
print(d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment