NCERT Class XI Computer Science with Python
Chapter 5: Getting Started with Python
This video explains the following:
How to accept input from the user using input() function
How to display output on screen using the print() function
What is the use of prompt statement in input() function
What are the optional parameters in print() functions
Examples of input() and print() functions in Python