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

Questions & AnswersCategory: Programming LanguageWhat will be the output of the following Python code? print(“abc. DEF”.capitalize())
1 Answers