/Python/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())

Print("abc DEF".capitalize()

-1
Source: grepper.com
ShareSimilar codes
Share