#13 Python Tutorial for Beginners | input() function in Python | Take multiple input in one line

preview_player
Показать описание
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.

Write your queries at:

Please like, comment, share and subscribe.

Thank You
#daneyallari #python #pythonByDaneyalLari
Рекомендации по теме
Комментарии
Автор

Very clear explanation for beginners. Thanks!

eronackerman
welcome to shbcf.ru