Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save OpnSrcConstruction/c18024ef9b423e9870f6d3a00d0ac901 to your computer and use it in GitHub Desktop.
Save OpnSrcConstruction/c18024ef9b423e9870f6d3a00d0ac901 to your computer and use it in GitHub Desktop.
Python Example: for loop #python #for #loop
'''
@author: OpnSrcConstruction
'''
for letter in 'OpnSrcConstruction':
print('Current Letter :' , letter , '\n')
print("\nGood bye :)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment