PY
py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
'''
***[SUPER_CHALLENGE]***
Write a program to tighten input (string) in a spiral.
The number of characters for input: less than 100.
Example:
input: Hello, WorLd!
output:
!
O L L d
, H E L
W o r
input: Write a program to tighten input (string) in a spiral.
output:
. l a r i
u p n i n p
t r g o r e s
a i r p t
( m t W h a
s e a g
t t o t i n
r i n g ) i
'''
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run