Console Operations
Console Operations
We can read from, or write to standard console. The following tutorials cover some of the scenarios of reading values of basic datatypes, and writing information to output.
Console Input Operations
The following tutorials, cover topics related to reading input through console.
- Python - Read input
- Python - Read string from console input
- Python - Read number from console input
- Python - Read user input into a list
Console Output Operations
- Python - Print to console output
- Python - Print without new line
- Python - Write console output to file