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 #47
int("2"+"6")+2
First, "2"+"6" make "26". Then, 26 + 2 make 28. (w3schools.com/python/python_casting.asp)
What is the output of the code snippet below?
— The Python Quiz (@thepythonquiz) October 12, 2020
int("2"+"6")+2
10
28
14#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: