Single Choice Moderate

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

ID: #26274 Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 2: Knowledge of data types 1 views
Question Info
#26274Q 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 list
  • B tuple
  • C string
  • D int
Correct Answer

Explanation

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

list হল mutable — তৈরির পরেও উপাদান যোগ, মুছে বা পরিবর্তন করা যায়।

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

  • বিকল্প B: tuple immutable।
  • বিকল্প C: string immutable।
  • বিকল্প D: int immutable।

Share This Question

Challenge a friend or share with your study group.