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 #21
age = 11
"Rob is" + age + " years old."
Watch the space! (realpython.com/python-string-split-concatenate-join)
What is the output of this code?
— The Python Quiz (@thepythonquiz) May 19, 2020
age = 11
"Rob is" + age + " years old."
Rob is11 years old.
Rob is
11 years old.
Rob is 11 yearsold#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅