Chapter 6 - Strings in Python.(Part 1)

preview_player
Показать описание
A string is a sequence of characters.
Strings can be created by enclosing characters inside a single quote or double-quotes. Even triple quotes can be used in Python but generally used to represent multiline strings .
Рекомендации по теме