Single Choice
Moderate
Qrange(1, 5) কী তৈরি করে?
ID: #26333
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 6: Flow of Control
0 views
Question Info
#26333Q 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(1,5) 1 থেকে 5 এর আগ পর্যন্ত সংখ্যা তৈরি করে: 1, 2, 3, 4।
কেন অন্য বিকল্পগুলি ভুল:
- বিকল্প B: 5 বাদ যায় (stop মান অন্তর্ভুক্ত নয়)।
- বিকল্প C: এটি 1 থেকে শুরু, 0 নয়।
- বিকল্প D: stop মান 5 বাদ যায়।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic