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 #254
print(max([2445, 133, 12454, 123]))
12454 is the biggest integer in the list! (tutorialspoint.com/python/list_max.htm)
What is the output of the code snippet below?
— The Python Quiz (@thepythonquiz) April 14, 2021
print(max([2445, 133, 12454, 123]))
12454
133
123
2445
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅