My bad, and Imput should be Input :P
On 20 feb, 15:11, Anthony <[email protected]> wrote: > > 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.

