CodeSkulptor

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Aug 3 21:29:06 EDT 2014


Seymore4Head wrote:

[...]
> The second thing I am doing is using codeskulptor to try out a few
> things I have learned at codecademy.

What's CodeSkulptor?

> Putting that in codeskulptor gets
> 
> Line 4: ImportError: No module named datetime

Well that's a bug in CodeSkultor. datetime is a standard Python library, if
CodeSkulptor doesn't provide it, that's a serious bug.



-- 
Steven




More information about the Python-list mailing list