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 #38
In formal language theory and computer programming, string concatenation is the operation of joining character strings end-to-end. (en.wikipedia.org/wiki/Concatenation)
What is the term used to join two strings together?
— The Python Quiz (@thepythonquiz) November 29, 2020
append
catenate
sum
concatenate#python #python3 #pythonprogramming #learnpython
Question difficulty: 🔵🔵🔵🔵🔵