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
📣 NEW BLOG ALERT 📣 Ever wished there was an automated refactoring tool?! Austin Software dev Miguel, tested the two most promising refactoring tools to support his Python project. See what he discovered in our latest blog! #programmer#100daysofcodepython#pythoncodes#python