Strings in Python

Опубликовано: 20 Декабрь 2020
на канале: Code with Ish
29
3

In this video shows simple String operation example
Strings are Arrays
Like many other popular programming languages, strings in Python are arrays of bytes representing unicode characters. However, Python does not have a character data type, a single character is simply a string with a length of 1. Square brackets can be used to access elements of the string.

Thank You!!!!!