in Technology by

How will you change case for all letters in string?

1 Answer

0 votes
by

swapcase() − Inverts case for all letters in string.

Related questions

0 votes
    How can I generate a string of size N. I want it to be of uppercase English letters and numbers like this: 7I2D86 ... do it in Python. Select the correct answer from above options...
asked Jan 22, 2022 in Education by JackTerrance
0 votes
    How will you check in a string that all characters are decimal?...
asked Nov 26, 2020 in Technology by JackTerrance
0 votes
    How will you convert a string to all uppercase?...
asked Nov 26, 2020 in Technology by JackTerrance
0 votes
    How will you remove all leading and trailing whitespace in string?...
asked Nov 26, 2020 in Technology by JackTerrance
0 votes
    How will you replaces all occurrences of old substring in string with new string?...
asked Nov 26, 2020 in Technology by JackTerrance
0 votes
    How will you remove all leading whitespace in string?...
asked Nov 25, 2020 in Technology by JackTerrance
0 votes
    How will you convert a string to all lowercase?...
asked Nov 25, 2020 in Technology by JackTerrance
0 votes
    How will you check in a string that all characters are in uppercase?...
asked Nov 25, 2020 in Technology by JackTerrance
0 votes
    How will you check in a string that all characters are whitespaces?...
asked Nov 25, 2020 in Technology by JackTerrance
0 votes
    How will you check in a string that all characters are numerics?...
asked Nov 25, 2020 in Technology by JackTerrance
0 votes
    How will you check in a string that all characters are digits?...
asked Nov 25, 2020 in Technology by JackTerrance
0 votes
    How will you check in a string that all characters are alphanumeric?...
asked Nov 25, 2020 in Technology by JackTerrance
0 votes
    I'm working on this project and I required to allow the user to select a color from the color ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 17, 2022 in Education by JackTerrance
0 votes
    Write a program to store 10 names in an array. Arrange these in alphabetical orderby sorting. Print the sorted list. ... , LUCY, etc. Select the correct answer from above options...
asked Dec 12, 2021 in Education by JackTerrance
0 votes
    What is the probability of formating word from the letters of word"TUESDAY" such that all vowels come together ? A. 8 ... 35 D. 17 35 Select the correct answer from above options...
asked Nov 13, 2021 in Education by JackTerrance
...