The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #744
[11, 123, 'hello', 1]
[11, 123, 'hello', 1] is a list. It is recognizable by the pair of square brackets ([ and ] ) surrounding it! (w3schools.com/python/python_datatypes.asp)
What is the type of the object below?
— The Python Quiz (@thepythonquiz) June 13, 2021
[11, 123, 'hello', 1]
A tuple
A list
An array
A dictionary
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: