This is the presentation associated with the Python input() function video.
Python input() Function Video Question
This is the Question that was asked in the python input() function video
Question : Write a program to input two number and display the sum in output. This task has to be achieved in a single line.
Hint: You can use the int() for typecasting.