01 | Strings in single quotes
String literals must be enclosed in double quotes or single quotes as in this example.
output.py
print('Kate Austen')
print('123 Full Circle Drive')
print('Asheville, NC 28899')
String literals must be enclosed in double quotes or single quotes as in this example.
output.py
print('Kate Austen')
print('123 Full Circle Drive')
print('Asheville, NC 28899')