Hi,

I am new to Python. Just started learning it. I am just trying to follow the book and run the example given in the book. I created a module by saving 2 python statements in notepad and saved the file in .py format just like the book said. the two statements are:
print 2**8
print 'test'

I saved the file as test.py. The book's example given is using shell. I am using the Python installed for Windows....