0
Doubt program
empty_list=[2,] print(empty_list) what will be the output ?? in courses it is given 1 and when I run it it is showing me 2 then what is the actual answer of this code?
3 Answers
+ 2
Devika Krishnan
For the second quiz in the Python Lists lesson.
The question is
HOW MANY items are in the list.
Answer is totally 1 item because the empty after comma is not counted.
šš¢š¢ššØ šš”šš²šš„
Quiz cannot be linked, only the lesson can be linked.
But we can check the user profile, and base on the tag of this question, to estimate where the quiz is.
+ 1
Kk thankš I got it
0
I don't know how to link that topic
But the topic was about list in python