Single Choice
Moderate
Qrandom.randint(1, 6) কী ফেরত দিতে পারে?
ID: #26408
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 13: Introduction to Python modules
0 views
Question Info
#26408Q 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
সঠিক উত্তরের ব্যাখ্যা:
randint(a, b) a ও b উভয় সহ একটি র্যান্ডম পূর্ণসংখ্যা ফেরত দেয়।
কেন অন্য বিকল্পগুলি ভুল:
- বিকল্প B: এটি পরিসরের যেকোনো মান দিতে পারে, শুধু 1 নয়।
- বিকল্প C: এটি 6-এ সীমাবদ্ধ নয়।
- বিকল্প D: randint পূর্ণসংখ্যা দেয়, দশমিক নয়।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic