Knowledge check

Completed

Check your knowledge

1.

Are strings immutable?

2.

What types of quotation marks can be used with strings?

3.

What is the string method call to use to break strings into separate lines?

4.

What two string methods can you use to check to see whether a word exists in a string?

5.

What is a problem you might run into when you use % for formatting?

6.

How can you round down a number when you use f-strings?