0 votes
in Python by

The output of this Python code would be:

select the correct answer from below options

print(“mno. PQR”.capitalize())

1) Mno. Pqr

2) Mno. pqr

3) MNO. PQR

4) mno. pqr

1 Answer

0 votes
by

2) Mno. pqr

Related questions

0 votes
asked Aug 22, 2022 in Python by Robindeniel
0 votes
asked Aug 22, 2022 in Python by Robindeniel
...