More on Strings!

Strings are str objects in Python and can be created using str constructor
Strings are immutable, which means that, strings can be changed!
Strings can be written in single, double or triple quote

Comments

Popular posts from this blog

Day 2: Python Installation and IDE