Formatting Strings & F-Strings - Python

Опубликовано: 07 Май 2026
на канале: Dcode Tech
58
2

This video is a continuation of my programming basics with python series. In programming, using and modifying strings, is an essential skill to have! In this video I show all the different ways you can format a string in python. I show how to do it with %, .format( ) method, and the new format strings that python 3.6 and later support.

Patreon:   / dcodetech  

I use python3.7 in this series