Tag: #string

Posts tagged with #string

What is a 'string'?

What is a 'string'?

A foundational guide to the string data type, one of the most basic building blocks in programming. Learn what a string is, how it's used to represent text, and some of the most common operations performed on it.

Read more

What is a 'string' in Python?

A foundational guide to the string (str) data type in Python. Learn how strings are used to represent text, their immutable nature, and some of the most common operations you can perform on them.

Read more