Python 3 Tutorial: 3 - Strings

In this tutorial I show you the basics on strings in Python 3. I show you how to output them and about string concatenation.
Back to Top