Skip to content

Instantly share code, notes, and snippets.

@Xotabu4
Last active January 31, 2016 15:02
Show Gist options
  • Save Xotabu4/b8661698ee61395e94be to your computer and use it in GitHub Desktop.
Save Xotabu4/b8661698ee61395e94be to your computer and use it in GitHub Desktop.
x = input('введите слово: ')
for number, character in enumerate(x, start=1):
if number % 2 == 0:
print(character)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment