#8 Python 3.8 Programming Tutorial | String Literals Part-3 (String Formatting)

preview_player
Показать описание
In this video we will learn :
- Membership Operators
- Concatenation
- String Formatting Technique
- Escape Character

In Python, membership operators are used to validate the membership of a value.

Concatenation is performed to concatenate or combine one string after the other.

Python uses the C-style string formatting to create new formatted strings.

Format() method in python takes the passed arguments and places them in the string at the location of placeholders { }.

Рекомендации по теме
visit shbcf.ru