Template Strings, zip() and Enumerate() Functions in Python
Day 26 in #100DaysOfCode
As I have learned many of the basics of Python previously, now I want to cover up some of the important details that are very important. So let's dig in.
Template Strings
This is a simpler string formatting method.
from strin...
ilkecandan.hashnode.dev2 min read