This video explains you in detail the following:
1. how to get input from the user interactively through the input() function
2. the issues related to the input function, how are they solved using the int() and float() functions
3. possible error when reading numeric values
4. how to use print() function to display output
5. The sep and end arguments associated with the print() function