Example: biology

3e Online 174 User Guide

Found 1 free book(s)
Complete Guide For Python Programming - Programmer Books

Complete Guide For Python Programming - Programmer Books

programmer-books.com

waits for the user to press the Enter key: #!/usr/bin/python raw_input(ā€œ\n\nPress the enter key to exit.ā€) Here, ā€œ\n\nā€ are being used to create two new lines before displaying the actual line. Once the user presses the key, the program ends. This is a nice trick to keep a console window open until the user is done with an application.

  Guide, User

Similar queries