#Python Pop Quiz 🐍❓ Which string method do you use to get the expected output? A) upper() B) casefold() C) swapcase() D) caseswitch()
2
0
7
886
2
Download Image
@TeachMePy C - swapcase Not the most useful string method but it works in this case 😂