Single Choice Moderate

Qনিচের কোনটি একটি immutable ডেটা টাইপ?

ID: #26273 Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 2: Knowledge of data types 0 views
Question Info
#26273Q ID
ModerateDifficulty
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 2: Knowledge of data typesTopic

Choose the Best Option

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

  • A tuple
  • B list
  • C dictionary
  • D set
Correct Answer

Explanation

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

tuple হল immutable — একবার তৈরি হলে এর উপাদান পরিবর্তন করা যায় না।

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

  • বিকল্প B: list mutable।
  • বিকল্প C: dictionary mutable।
  • বিকল্প D: set mutable।

Share This Question

Challenge a friend or share with your study group.