Examveda

What will be the output of the following Python code?
print("abc. DEF".capitalize())

A. abc. def

B. ABC. DEF

C. Abc. def

D. Abc. Def

Answer: Option C


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python