input() Method in Python

preview_player
Показать описание
Python Programming: input() Method in Python
Topics discussed:
1. input() Method in Python.
2. input() Method with a message.
3. Typecasting the user-input.

Music:
Axol x Alex Skrindo - You [NCS Release]

#PythonByNeso #PythonProgramming #ListsInPython
Рекомендации по теме
Комментарии
Автор

append will add only one element in the end of list, but extend will add mutiple items at the end of base list

taraka.paruchuru
Автор

Keep up the good work, you just got a new subscriber

lionelfaith
Автор

Thank you for the thorough and clear explanation <3

KhadijetouZeine
Автор

Can you please upload daily 2 or 3 video's so we can learn very fast, your explanation is good which is very helpful to us .

jatothpriyanka
Автор

Watching videos at 1.5x, works great!!

dsalgos
Автор

can we also use
number= eval ( input ( "Enter a number") )

Hamza_maqsood
Автор

number = input('Enter a number: ')
if number.isnumeric():
number = int(number)
else:
print('No Integer was given.')
print(number)

Trummler_AKSEP
Автор

is'nt Input() a function?
i thought its a function?

chnoumanabbas
welcome to shbcf.ru