WeRCopyPasteDeveloper
Pages - Menu
Home
Python
Android
Advance Java
Management
My Playstore Application
Friday, November 15, 2019
Quit the Python Shell
•
Quit the Python Shell
It’s easy to end the interactive session : You can either use quit(),exit() or Ctrl+D on UNIX , Ctrl+Z. Enter on Windows (i.e. EOF) to exit.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Operators and Operands
Operators and Operands Operators are special symbols that represent computations like addition and multiplication. The values the ope...
Python Keywords
Python Keywords - Keywords are reserved word whose meaning is reserved by Python translator. - Keywords cannot used as user defi...
No comments:
Post a Comment