The "scan_all" took me the most time to figure out. I also got to learn about 'yield'. Apparently, a function doesn't need to stop after passing a value. #pythonoop#pythoncodes
String formatting:
3 ways:
1. Using the %s Method
2. Using .format()
3. Using formatted strings literal (f-strings)
#pythoncodes#learnpython#100DaysOfCode