...

Make sure that you defined the variable "now"!

Loopki40
11-07-2012, 12:02 AM
I am using codeacademy.com to try to learn python and it keeps saying above message when i clearly defined it

http://www.codecademy.com/courses/python-beginner-en-zFPOx/0?curriculum_id=4f89dab3d788890003000096#!/exercises/1

if i did anything wring could someone correct iit for me and post it here please ty

AndrewGSW
11-21-2012, 01:09 AM
from datetime import datetime

now = datetime.now()
print(now)



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum