- Home
- Course Detail
regularpython@gmail.com
You are now watching:
Python Strings / of Python String Theory
A group of characters is called a string. The string is immutable means we cannot modify once we declared it. Strings can be represented by a single quotation (‘python’) or double quotation (”python”) or triple quotation (’’’python’’’).