+ 7

***[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

12th Dec 2017, 8:30 PM
dimon2101
dimon2101 - avatar
8 Answers
14th Dec 2017, 4:46 AM
KĂ€zĂź MrĂźdĂčl HĂžssÀßn
KĂ€zĂź MrĂźdĂčl HĂžssÀßn - avatar
+ 14
@dimon... thanks...😁
14th Dec 2017, 7:37 AM
KĂ€zĂź MrĂźdĂčl HĂžssÀßn
KĂ€zĂź MrĂźdĂčl HĂžssÀßn - avatar
13th Dec 2017, 12:13 PM
LukArToDo
LukArToDo - avatar
13th Dec 2017, 2:00 AM
dimon2101
dimon2101 - avatar
+ 4
Great try with nice Python code from Kazi!!!
14th Dec 2017, 6:59 AM
dimon2101
dimon2101 - avatar
13th Dec 2017, 6:31 AM
VcC
VcC - avatar
+ 3
Hi, VcC! Nice solution, but the lenght of string input may vary. I have inputted abc...xyz (26 symbols) and your program returned a mistake (string index out of range)
13th Dec 2017, 6:39 AM
dimon2101
dimon2101 - avatar
+ 1
i just adapted a number spiral quickly. fixed
13th Dec 2017, 7:11 AM
VcC
VcC - avatar