Lists(built-in functions, list comprehension, Concatenation, examples and programs) in python.

Contents of this blog: Python lists.Built-in list functions.Accept list elements from user.List comprehension.List concatenation. A variable can store only one value at a time, but lists are built in data types which can store multiple values. a=[1,2,3] 1,2 and 3 are list items. They have different positions in the list called index. Indexing start from…… Continue reading Lists(built-in functions, list comprehension, Concatenation, examples and programs) in python.

Design a site like this with WordPress.com
Get started