Creation of sytrings and how to use them

--Originally published at Luis Santana's Blog

This blog is really special to me, and I would like to take a minute to explain it why. This post means that I’m half way there and just missing four posts.

2002

In this post I will talk about strings and how to create them. In order to create a string you should enclose your text in quotes, (it is the same if you use single quotes or double quotes). You can see an example below:

string

Check this link if you want to learn more about strings: https://www.tutorialspoint.com/python/python_strings.htm