In this video, you will learn about the input() function in Python.
Take multiple inputs in one line
Multiple inputs in one variable
Syntax of input( ) :
input([prompt])
where prompt is the string we wish to display on the screen. It is optional.
NOTE:
In Python 3.x, whatever the value you will take input from the user, that will be a string. Means input() function return string always, and if we want to take another type of value then we will do type-casting.
https://www.prowessapps.in/python
Write your queries at:
daneyallari@gmail.com
prowessapps.in@gmail.com
Please like, comment, share and subscribe.
Thank You
#daneyallari #python #pythonByDaneyalLari