30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

Update 17_exception_handling.md

Open AdityaDanturthi opened this issue 3 years ago • 0 comments

f missing in f-string in first example of packing dictionaries

Section: Enumerate Line to update: print(f'The country {i} has been found at index {index}') Update: Added f in print statement

AdityaDanturthi avatar Aug 19 '22 18:08 AdityaDanturthi