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

Friday, November 23, 2012

Codecademy: "Grand Finale"


#sample solution


from datetime import datetime

now = datetime.now()
print "%2s/%2s/%s %2s:%2s:%2s" % (now.month, now.day, now.year, now.hour, now.minute, now.second)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts