← Back to List
24937번: SciComLove (2022) ↗
Solutions
Python 3
62 B | 62 chars
s = "SciComLove" n = int(input()) n %= 10 print(s[n:]+s[:n])