Strings#
Learning Objectives#
After working through this topic, you should be able to:
Assign and manipulate string variables in Python
List a few common string manipulation methods
Use f-strings to piece different strings together
Materials#
Video:
Download the slides.
Check out the documentation of Python built-in types.