>
> Imput: 
>
> import os 
> print os.getcwd() 
>
> Output: 
>
> ImportError: __import__ not found
>

"This application supports the core Python 
2.5<http://www.python.org/doc/2.5/>language, with no module imports or file 
I/O. It's meant to be used as a 
platform for creating programming tutorials, not for running or debugging 
production code."

I guess it would be nice to at least have the standard library available.
 

Reply via email to