Question: What is the output of the following code? ch = 'a' ch2 = ch.upper() print(ch, ch2)
What is the output of the following code?
ch = 'a'
ch2 = ch.upper()
print(ch, ch2)
Step by Step Solution
3.49 Rating (156 Votes )
There are 3 Steps involved in it
The output of the given code will be a A In this code a c... View full answer
Get step-by-step solutions from verified subject matter experts
