Python
Oh geez. Has it really been three weeks? Well I better start posting here more often. Today I strated to write some code. Sort of. I've been trying to learn Python 2.3, but I'm not sure how it's going. I think its okay! I'm not sure how to type it here, but here goes nothing:
from datetime import date
now = date.today()
y = date.year
if y = 2008:
print "Yay 2008!"
else; print "It's not 2008"
I dont think it's working, but that's okay!
Anyways, I've been using this tutorial: http://davis.lbl.gov/Manuals/PYTHON-2.3.3/tut/tut.html
That's all for now, I'll post sooner next time! I Hope!
Comments
Post a Comment