Skip to content

Instantly share code, notes, and snippets.

@retarfi
Last active October 23, 2017 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retarfi/baf5f0fa78768e56358e6e4eabffb262 to your computer and use it in GitHub Desktop.
Save retarfi/baf5f0fa78768e56358e6e4eabffb262 to your computer and use it in GitHub Desktop.
言語処理100本ノック 01
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
letters = "パタトクカシーー"
print(letters[::2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment