Input a List using split() Method in Python

preview_player
Показать описание
Python Programming: Input a List using split() Method in Python
Topics discussed:
1. Rivising the split() Method.
2. Input a List using the split() Method.

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

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

Reduces a lot of lines of code with this....thanks a lot

aboobakarmohammed
Автор

prompt = input("enter value to the list").split()
i = list(map(int, prompt))
print(I)

trantuan
Автор

sir you explain well, I am thankful to you .

jm-xvwh
Автор

Sir great explanation
Can u please try to upload more videos per day

chittiruthik
Автор

is we can take input integer type using split function

USERID-hfqz