Skip to content

Latest commit

 

History

History
 
 

4 - String variables

Strings

Python can store and manipulate strings. Strings can be enclosed in single or double quotes. There are a number of string methods you can use to manipulate and work with strings

Converting to string values

When naming variables follow the PEP-8 Style Guide for Python Code