Single Choice
Moderate
Qelse অংশ কি for/while লুপের সাথে ব্যবহার করা যায় Python-এ?
ID: #26348
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 6: Flow of Control
0 views
Question Info
#26348Q 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
সঠিক উত্তরের ব্যাখ্যা:
Python-এ লুপের সাথে else ব্যবহার করা যায়; break ছাড়া লুপ স্বাভাবিকভাবে শেষ হলে else চলে।
কেন অন্য বিকল্পগুলি ভুল:
- বিকল্প B: এটি অনুমোদিত।
- বিকল্প C: শুধু if নয়, লুপেও চলে।
- বিকল্প D: for ও while উভয়ের সাথে চলে।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic