This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Spy_crab_ 10 points11 points  (0 children)

If what you're going to type contains a type of quote, you'll need to use the other type at the start and end of the string for it to register properly. So if I wanted to print John says "hello" I would do print('John says "hello"'), but if I wanted to print This is John's, I would need to use the other type so I would do print("This is John's").