Input And Output In Python | Basics To Advanced
Topics Covered:
Input statements in python
Output statements in python
Escape sequence characters
Hey guys, welcome to the video. So till now we have completed 3 topics in our python for data science series. That are Installation of python, datatypes and operations in python. In this video we are going to discuss the input and output in python.
Input and output is a very easy and simple topic but it plays a very important role in learning the whole python and hence we will be discussing all the important topics in it in todays video.
Before discussing the types of input and output statements we will be looking at some basics. As we know the purpose of a computer is to take data as input, process the data and provide the results as output. To provide input to the computer python provides some statements which are called input statements. Similarly, to display the output there are output statements.
Now we will be discussing the input and output statements one by one.