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 #66
"python".capitalize()
capitalize() converts the first character of a string to capital (uppercase) letter. If the string has its first character as capital, then it returns the original string. (geeksforgeeks.org/string-capitalize-python)
What is the output of this code?
— The Python Quiz (@thepythonquiz) August 16, 2020
"python".capitalize()
python
PYTHON
Python#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: