The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #53
The title() functions a built-in string method used to convert the first character in each word to uppercase and remaining characters to lowercase. It returns a new string. (geeksforgeeks.org/title-in-python)
Which functions makes uppercase the first letter of every word in a string?
— The Python Quiz (@thepythonquiz) June 4, 2020
uppercase()
first_uppercase()
title()#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: