Single Choice Moderate

Qকোনটি আউটপুট দেখানোর জন্য ব্যবহৃত হয়?

ID: #26323 Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 4: Expressions, statement, type conversion, and input/output 0 views
Question Info
#26323Q ID
ModerateDifficulty
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 4: Expressions, statement, type conversion, and input/outputTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A print()
  • B input()
  • C type()
  • D len()
Correct Answer

Explanation

সঠিক উত্তরের ব্যাখ্যা:

print() কনসোলে আউটপুট পাঠায় ব্যবহারকারীর দেখার জন্য।

কেন অন্য বিকল্পগুলি ভুল:

  • বিকল্প B: input() ব্যবহারকারীর ইনপুট পড়ে।
  • বিকল্প C: type() মানের ডেটা টাইপ ফেরত দেয়।
  • বিকল্প D: len() সিকোয়েন্সের দৈর্ঘ্য দেয়।

Share This Question

Challenge a friend or share with your study group.