1.

Solve : How to get into/install interactive mode in python?

Answer»

How to get into/install interactive mode in python. I have installed python on my windows xp system but I cant seem to find interactive mode.Just start it up. It should be in you program list. When is starts you MAY see this:
Code: [Select]Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on win32
Type "COPYRIGHT", "CREDITS" or "license()" for more information.
>>> help
Type help() for interactive help, or help(object) for help about object.
>>>
Did you already do that?



Discussion

No Comment Found