Read File in Python:

You'll learn to read both text and binary files using Python. The different modes for reading the file. All methods for reading a text file such as read()readline(), and readlines()