Single Choice Moderate

Qকোন মেথড সামনে ও পিছনের স্পেস মোছে?

ID: #26360 Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 9: Strings 0 views
Question Info
#26360Q ID
ModerateDifficulty
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 9: StringsTopic

Choose the Best Option

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

  • A strip()
  • B split()
  • C join()
  • D find()
Correct Answer

Explanation

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

strip() string-এর উভয় প্রান্ত থেকে whitespace মোছে।

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

  • বিকল্প B: split() string-কে তালিকায় ভাঙে।
  • বিকল্প C: join() তালিকাকে string-এ যোগ করে।
  • বিকল্প D: find() substring খোঁজে।

Share This Question

Challenge a friend or share with your study group.