top of page

Using Python in Windows


After you have installed Python on a Windows operating system, you can start the Python interpreter by entering Windows command prompt and entering the command 'py'

In this interactive mode you will be able execute Python statements. In this example, we direct a string of text to be printed three times with a line break at the end each time, by appending the \n line break command in single parentheses added to the end with a plus sign.

In order to exit the interactive mode press CTRL + Z, and then press enter.


Sean O'Shea has more than 20 years of experience in the litigation support field with major law firms in New York and San Francisco.   He is an ACEDS Certified eDiscovery Specialist and a Relativity Certified Administrator.

​

The views expressed in this blog are those of the owner and do not reflect the views or opinions of the owner’s employer.

​

If you have a question or comment about this blog, please make a submission using the form to the right. 

Your details were sent successfully!

© 2015 by Sean O'Shea . Proudly created with Wix.com

bottom of page