Reading Input and Writing Output in Python

Description

You often need to set up a program to communicate with the outside world by obtaining input data from the user and displaying data back to the user. This course will introduce you to reading input and writing output in Python.

By the end of this course, you’ll know how to:

  • Take user input from the keyboard with the built-in function input()
  • Display output to the console with the built-in function print()

Download Links

Direct Download

Reading Input and Writing Output in Python.zip (41.7 MB)

Leave a Reply

Your email address will not be published. Required fields are marked *