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 #609
For a large number of strings to be concatenated, the append() method is about 20 times faster than the + operator. (stackoverflow.com/questions/3055477/how-slow-is-pythons-s...)
Which one is faster to concatenate a large number of strings?
— The Python Quiz (@thepythonquiz) April 4, 2021
The append() method
The + operator
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅