Single Choice
Moderate
Q'for i in range(3):' এর ব্লক কতবার চলে?
ID: #26338
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 6: Flow of Control
0 views
Question Info
#26338Q ID
ModerateDifficulty
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 6: Flow of ControlTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
সঠিক উত্তরের ব্যাখ্যা:
range(3) 0, 1, 2 দেয় — তিনটি মান — তাই ব্লক ৩ বার চলে।
কেন অন্য বিকল্পগুলি ভুল:
- বিকল্প B: এটি ৩ বার চলে, ২ বার নয়।
- বিকল্প C: range(3) তে তিনটি মান, চারটি নয়।
- বিকল্প D: এটি তিনবার চলে, শূন্য নয়।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic