Single Choice
Moderate
Qstatistics.mean([2, 4, 6]) কী ফেরত দেয়?
ID: #26410
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 13: Introduction to Python modules
0 views
Question Info
#26410Q ID
ModerateDifficulty
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 13: Introduction to Python modulesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
সঠিক উত্তরের ব্যাখ্যা:
mean() গড় ফেরত দেয়: (2+4+6)/3 = 4।
কেন অন্য বিকল্পগুলি ভুল:
- বিকল্প B: 12 হল যোগফল, গড় নয়।
- বিকল্প C: 6 হল বৃহত্তম মান।
- বিকল্প D: 2 হল ক্ষুদ্রতম মান।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic