Skip to content

Instantly share code, notes, and snippets.

@showyou
Created July 7, 2018 14:41
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 showyou/12fa3086c3b5594322933b6f02071dae to your computer and use it in GitHub Desktop.
Save showyou/12fa3086c3b5594322933b6f02071dae to your computer and use it in GitHub Desktop.
S = input()
w = int(input())
i = 0
while i < len(S):
print(S[i], end="")
i += w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment