Single Choice
Moderate
Qmath.pow(2, 3) এর ফল:
ID: #26418
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 13: Introduction to Python modules
0 views
Question Info
#26418Q 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
সঠিক উত্তরের ব্যাখ্যা:
pow(2, 3) মানে 2 এর ঘাত 3 = 8.0 (math.pow float দেয়)।
কেন অন্য বিকল্পগুলি ভুল:
- বিকল্প B: 6 হল 2*3, ঘাত নয়।
- বিকল্প C: 9 হল 3 এর বর্গ।
- বিকল্প D: 5 হল যোগফল।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic