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 #286
print(max("This is puzzling."))
max() returns the highest alphabetical character in a string. In this case, it will be z . (geeksforgeeks.org/python-string-max)
What is the output of the code snippet below?
— The Python Quiz (@thepythonquiz) December 7, 2020
print(max("This is puzzling."))
T
.
It will throw a NameError error.
z#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: