Strings

How do you specify placeholders in a string using the % operator?
How do you access the third character of a string called my_string?
How do you embed expressions within a string in Python?
How do you extract the first three characters of a string called my_string using slicing?
How do you specify placeholders in a string using the str.format() method?

Congratulations. You have achieved /5.

Try Again?