Single Choice Moderate

Q"HELLO".lower() কী ফেরত দেয়?

ID: #26364 Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 9: Strings 0 views
Question Info
#26364Q 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 "hello"
  • B "HELLO"
  • C "Hello"
  • D Error
Correct Answer

Explanation

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

lower() সব অক্ষর ছোট হাতের করে, দেয় 'hello'।

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

  • বিকল্প B: এটি কেস পরিবর্তন করে; ফল অপরিবর্তিত নয়।
  • বিকল্প C: title() 'Hello' দিত, lower() নয়।
  • বিকল্প D: lower() বৈধ।

Share This Question

Challenge a friend or share with your study group.