Home
About Us
Our Services
Technologies
Linux
Git
Docker
Java
SQL
MCQ
Login
Sign Up
Python Fundamentals
Python Data Types
Python Variables & Identifiers
Python Strings
Python Operators
Python Collections
Python Functions
MCQ
/
Python
/
Python Fundamentals
Python Fundamentals
16.
Which of the following is a correct list?
A.
{1,2,3}
B.
(1,2,3)
C.
[1,2,3]
D.
list(1,2,3)
Show Answer
Answer :
[1,2,3]
[1,2,3]
Previous