Skip to content

Instantly share code, notes, and snippets.

@khayyamsaleem
Created August 26, 2017 01:48
Show Gist options
  • Save khayyamsaleem/6cea2af6f2ab80cf8cab9d4d5e25c59f to your computer and use it in GitHub Desktop.
Save khayyamsaleem/6cea2af6f2ab80cf8cab9d4d5e25c59f to your computer and use it in GitHub Desktop.
spanish = ['envoltorio' , 'plazo', 'atisbo', 'manojo', 'costra']
for w in spanish:
print w
if w == 'envoltorio':
print w + " is the chosen word"
break
else:
print 'Other words were not chosen!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment