Skip to content

Conversation

@abrar115
Copy link

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}')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant