हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा १२

Write a short about the followings with suitable example: swapcase( ) - Computer Science

Advertisements
Advertisements

प्रश्न

Write a short about the following with suitable example: swapcase( )

टिप्पणी लिखिए

उत्तर

Function: swapcase()
Syntax: swapcase ()
Description: It will change the case of every character to its opposite case vice-versa.

Example:

>>>strl=”tAmil.NaDu”
>>>print (str1. swapcase ())
TaMIlnAdU
shaalaa.com
Built-in String Functions
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 8: Strings and String manipulation - Evaluation [पृष्ठ १३१]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
अध्याय 8 Strings and String manipulation
Evaluation | Q 2. (b) | पृष्ठ १३१

संबंधित प्रश्न

Write a short about the following with suitable example: capitalize( )


Write a note about count( ) function in python.


Consider the following string mySubject:

mySubject = "Computer Science"

What will be the output of the following string operation:

print(mySubject.isalpha())


Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.count('New'))


Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.find('New'))


Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.rfind('New'))


Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.split(','))


Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.split(' '))


Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.partition(','))


Write a user-defined function to convert a string with more than one word into a title case string where the string is passed as a parameter. (Title case means that the first letter of each word is capitalized).


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×