Strings

Manipulating Text Programmatically

Strings #

Strings, another basic data type, represent a string (or sequence) of characters. Strings are how we represent text values in our code.

Strings can be created by wrapping text in single ('') or double ("") quotation marks.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy