In this quiz, you’ll test your understanding of How to Join Strings in Python.
By working through this quiz, you’ll review how to use .join()
to combine strings with a specified separator and handle non-string data in iterables. You’ll also revisit how .join()
compares to other concatenation methods and how it’s optimized in CPython.
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]