30-Days-Of-Python
30-Days-Of-Python copied to clipboard
Update 17_exception_handling.md
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