#PythonProgramming
This video presents three different ways of reading a list from user in python.
0:00 Inro.
0:20 Reading a list of strings using append() method
3:00 Reading a list of strings using split() method
5:20 Reading a list of numbers using list comprehension
8:20 Reading a list of numbers using map() function