Python Basics: Strings and String Methods Quiz

Interactive Quiz ⋅ 11 Questions
By Kate Finegan

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 can come from user input, data read from a file, or messages sent by equipment talking over a network.

Use this quiz alongside Python Basics: Strings and String Methods to check your knowledge of the following skills:

  • Manipulating strings with string methods
  • Working with user input
  • Dealing with strings of numbers
  • Formatting strings for printing

The quiz contains 11 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!

« Browse All Python Quizzes