filmov
tv
Python 3.9: String Methods & Fstrings
Показать описание
Welcome to another Python 3.9 tutorial video, this video is about string methods and fstrings.
String Methods:
String methods allow you to manipulate a string. The string methods dont change the original string instead, they return a new string.
Lets look at Fstrings:
To create an f-string, prefix the string with the letter “ f ”. The string itself can be formatted . F-strings provide a concise and convenient way to embed python expressions inside string literals for formatting.
(Affiliate Link, Helps the Channel)
String Methods:
String methods allow you to manipulate a string. The string methods dont change the original string instead, they return a new string.
Lets look at Fstrings:
To create an f-string, prefix the string with the letter “ f ”. The string itself can be formatted . F-strings provide a concise and convenient way to embed python expressions inside string literals for formatting.
(Affiliate Link, Helps the Channel)