Python Quiz Series - Part 9 (Dictionaries)

preview_player
Показать описание
This quiz series is an endeavour to provide a window to the learners for easy revision and self-assessment. This series will be useful to all the learners of Python programming language.

Please feel free to use the comments section for feedback on the series, to give new ideas, or to ask for explanation to any of the questions!

Enjoy it, and get maximum benefit from the series...

Earlier parts of this quiz series:

Рекомендации по теме
Комментарии
Автор

Sir, your quizzes are very well put together. They contain a varied type of questions and demand a good amount of knowledge of the subject. Thanks a lot for the same.

bantuthomas
Автор

In Q28, around 9:01 minutes into the video, I think the answer should be:
Three
{1: 'One', 2: 'Two', 3: 'Three'}

bantuthomas
Автор

sir could you please explain question 35

duggishanmukhavihar
Автор

Sir in question 23:
d={1:"One", 2:"Two"}
the output conatins 'One' and 'Two' with single quotation marks.Why cant it be with double quotation marks

duggishanmukhavihar