Examveda
Examveda

What is the output of the following code:
string = "Python"
print(string.capitalize())

A. Python

B. python

C. PYthon

D. pyThon

Answer: Option A


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python