M
Q. What is the output of the following code?
Code:
a = 'hello'
print(a.upper())
print(a.upper())
- Correct Answer - Option(A)
- Views: 20
- Filed under category Python
Discusssion
Login to discuss.