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 #281
print("a"+"bc")
This will return abc as + concatenates strings together, returning a new string. (w3schools.com/python/gloss_python_string_concatenation.asp)
What is the output of the following code snippet?
— The Python Quiz (@thepythonquiz) May 12, 2021
print("a"+"bc")
abc
a,b,c
a+bc
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: