Why I Hate Python
Why I hate Python:
>>> import datetime >>> datetime.today() Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'module' object has no attribute 'today' >>> print datetime.datetime.today() 2005-11-16 11:59:25.908000 >>>
No comments:
Post a Comment