Created
May 19, 2019 22:49
-
-
Save DavidLutton/5e0b5a1f5c08bea76fdf2a374df18305 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a = 'abcdef' | |
for x in 2,3,6: | |
print(f'{x} : {a[x-1]}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment