← Back to List

23080번: 스키테일 암호 ↗

Solutions

Python 3
38 B | 38 chars
k = int(input())
print(input()[0::k])