Single Choice
Moderate
Qprint(type({}) == dict) এর আউটপুট কী?
ID: #26284
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 2: Knowledge of data types
0 views
Question Info
#26284Q ID
ModerateDifficulty
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 2: Knowledge of data typesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
সঠিক উত্তরের ব্যাখ্যা:
{} খালি dictionary তৈরি করে, তাই এর type dict; তুলনার ফল True।
কেন অন্য বিকল্পগুলি ভুল:
- বিকল্প B: {} খালি set নয়, খালি dict — তাই False নয়।
- বিকল্প C: type তুলনা Boolean দেয়, dict নয়।
- বিকল্প D: তুলনার ফল Boolean, {} নয়।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic