Question: python Question 9 After you run the program below, why is y 'ABC' and not 'abc'? X = 'ABC x.lower y = x Because lower()
Question 9 After you run the program below, why is y 'ABC' and not 'abc'? X = 'ABC x.lower y = x Because lower() converts all letters to upper case Because we have to write lower() instead of x.lower Because when they go low we go high, Because we did not reassign x with lower
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
