PREV NEXT
What is Output?
Output is nothing but displaying the data on the monitor or any output device, then we can call it as output.
What is Input?
Input is nothing but reading the data from the keyboard or any input devices, then we can call it as input.
Output:
- Python 2.x version is not supported in python 3.x version
- “print” function can be used for displaying the data on monitor or console
Below are the different ways we can use print function
- The basic syntax for print function is “print ‘statements’. print syntax is used to print the every statement in new line.
