FAQ: Learn Python - Python Syntax - Strings

This community-built FAQ covers the “Strings” exercise in Codecademy’s lessons on Python.

FAQs for the Codecademy Python syntax exercise Strings

Join the Discussion. We Want to Hear From You!

Have a new question or can answer someone else’s? Reply (reply) to an existing thread!

Agree with a comment or answer? Like (like) to up-vote the contribution!

Need broader help or resources about Python in general? Go here!

Want to take the conversation in a totally different direction? Join our wider discussions.

Learn more about how to use this guide.

Found a bug? Report it!

Have a question about your account, billing, Pro, or Pro Intensive? Reach out to our support team!

None of the above? Find out where to ask other questions here!

Other FAQs

The following are links to additional questions that our community has asked about this exercise:

  • This list will contain other frequently asked questions that aren’t quite as popular as the ones above.
  • Currently there have not been enough questions asked and answered about this exercise to populate this FAQ section.
  • This FAQ is built and maintained by you, the Codecademy community – help yourself and other learners like you by contributing!

Not seeing your question? It may still have been asked before – try searching for it by clicking the spyglass icon (search) in the top-right of this page. Still can’t find it? Ask it below by hitting the reply button below this post (reply).

A post was split to a new topic: About strings

A post was split to a new topic: How can I type an umlaut in python?

Why can’t I get a space between my strings when I am connecting multiple strings using +?

you can? If you included spaces in the string

What’s the point in using an operator?

print 'Hello ’ + ‘World’ and print 'Hello World’

do the same thing don’t they?

the first example concatenate two string, then print the joined string

the second example simple prints a string

You need to learn how to concatenate strings. In which case its best that there is a simple example

Alright, thanks for the prompt reply!

https://www.codecademy.com/courses/learn-python/lessons/python-syntax/exercises/a-string” in this lesson I am told that,
“print “This is a good string”
print ‘You can use single quotes or double quotes for a string’
Above we printed two things that are strings and then attempted to print two things that are not strings.”
What is the attempt to print things that are not strings?

3 Likes

Any update from this CodeAcademy? This sentence makes no sense and you haven’t fixed it in almost a year?

1 Like

what is the difference between python 2 and 3