Robuta

https://realpython.com/quizzes/python-split-string/
In this quiz, you'll test your understanding of Python's .split() method. This method is useful for text-processing and data parsing tasks, allowing...
python quizsplitstringreal
https://realpython.com/courses/replace-string-python/
In this video course, you'll learn how to remove or replace a string or substring. You'll go from the basic string method .replace() all the way up...
replacingstringpythonreal
https://realpython.com/learning-paths/input-output-operations-and-string-formatting/
Master Python's input, output, and string formatting with our comprehensive path. Learn keyboard input, integer handling, and advanced print techniques....
learning pathoperationsstringformattingreal
https://realpython.com/quizzes/strip-characters-from-string/
Test your Python skills on removing characters from strings using strip, lstrip, and rstrip. Practice default behavior, custom chars, and more.
python stringstripcharactersquizreal
https://realpython.com/quizzes/python-string-interpolation/
Take this quiz to test your understanding of the available tools for string interpolation in Python, as well as their strengths and weaknesses. These tools...
stringinterpolationpythonexploringavailable
https://realpython.com/quizzes/python-basics-strings-and-string-methods/
Strings are a fundamental data type in Python. In simplified terms, strings are collections of text, and they show up in many contexts. For example, strings...
pythonbasicsstringsmethodsquiz
https://realpython.com/quizzes/python-string-contains-substring/
In this quiz, you'll check your understanding of the best way to check whether a Python string contains a substring. You'll also revisit idiomatic...
python stringcheckcontainssubstring
https://realpython.com/quizzes/python-formatted-output/
You can take this quiz to test your understanding of modern tools for string formatting in Python. These tools include f-strings and the .format() method.
python stringguidemodernformattingtools