What will be the output of the following Python code? print(“abc. DEF”.capitalize())
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
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