My Python Quiz
The ultimate place to learn Python!
⌂
|
Start Quiz
|
List of questions
|
Other Quizes
Question #6:
what is the output of the below program?
a = [1,2,3,None,(),[],] print(len(a))
syntax error
4
5
6
7
Next Question