Related questions
0
votes
0
answers
explain list in python
asked
Sep 6, 2017
in
Python
by
anonymous
0
votes
1
answer
Python Program to Calculate the Average of Numbers in a Given List
asked
Oct 4, 2017
in
Python
by
anonymous
0
votes
1
answer
Explain all the file processing modes supported by Python ?
asked
Jun 5, 2017
in
Python
by
anonymous
0
votes
2
answers
Is there any option in Python for Record & Play back?
asked
Jul 19, 2017
in
Python
by
Prashant
0
votes
1
answer
How memory is managed in Python?
asked
Jun 5, 2017
in
Python
by
anonymous
memory
managed
python
PYTHON
Login
Register
JOBS
Python Interview Questions & Answers
Applications for Python
Questions
Users
Ask a Question
All categories
Startups
(2)
Python
(111)
python tutorial
(3)
Python Bangalore
(8)
Django
(4)
MySQL
(20)
SQL
(16)
Html
(16)
Embedded
(8)
C program
(21)
C++
(6)
java
(43)
PHP
(7)
ASP
(0)
DATA_BASE
(0)
TECH
(2)
HR
(2)
TESTING
(1)
OS WIN MAC UNIX
(0)
AWS_HOSTING_WEB
(0)
OTHERS
(8)
FRAMEWORKS java php python etc
(1)
learn seo free
(3)
kotlin android tutorial
(12)
Hosting
(1)
explain list in python
0
votes
asked
Sep 6, 2017
in
Python
by
anonymous
Your answer
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
list in python might be look like array but they are much more than that
answered
Sep 6, 2017
by
anonymous
python list can contain data of mixed type
def list is collection of related things
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
...