...

/

Basic I/O System

Basic I/O System

Learn about the basics of the I/O system in Python.

We'll cover the following...

I/O System

We can expect the following from an I/O system:

  • It should allow us to communicate with multiple sources and destinations. Example sources include a keyboard, mouse, file, and network. Example destinations include a screen, printer, file, and network.

  • It should allow us to input/output various entities, for ...