What is the output of the following code? ch = 'a' ch2 = ch.upper() print(ch, ch2)

Question:

What is the output of the following code?

ch = 'a'

ch2 = ch.upper()

print(ch, ch2)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: