Quotes help make search much faster. Example: "Practice Makes Perfect"

Friday, November 23, 2012

Codecademy: "Getting the Current Date and Time"


#sample solution


from datetime import datetime

now = datetime.now()
print now

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts