Which Python statement can be used to change case of all letters in s1? I.e. lower case letters will be upper case, and upper case letters will be lower case. For example, if s1 was "aB4-4eT", then s1...



Which Python statement can be used to change case of all letters in s1? I.e. lower case letters will be upper case, and upper case letters will be lower case.


For example, if s1 was "aB4-4eT", then s1 should be "Ab4-4Et".




Lütfen birini seçin:


a. s1.swapcase()

b. s1 = s1.switchcase()

c. None of the others

d. s1 = s1.swapcase()

e. s1.switchcase()




Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here