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

typo

Open abrar115 opened this issue 3 weeks ago • 0 comments

enumerate example was missing the f in the print statement leading it not to actually show the output that the github page shows for index, i in enumerate(countries): print('hi') if i == 'Finland': print(f'The country {i} has been found at index {index}')

abrar115 avatar Nov 17 '25 12:11 abrar115