More spiral challenges | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

More spiral challenges

Many people have challenged the square spiral and some of them also make the rectangle ones, but that's not enough! Have you ever tried a spiral pyramid, a spiral hexagon, or even a octagon? Let's try them! They will be much different from the rectangle ones! By the way, I've done squares, rectangles and pyramid, and now I'm challenging a hexagon, next challenge is to make a octagon, which I still have to think a while about how to make. XD I'll put my codes in comment.

8th May 2018, 5:50 PM
Flandre Scarlet
Flandre Scarlet - avatar
4 Answers
+ 1
here is the hexagon with full explanation https://code.sololearn.com/cFW3rHN0DRut
9th May 2018, 1:29 PM
Flandre Scarlet
Flandre Scarlet - avatar
+ 1
Scarlet, congrats on making those codes that do the rectangle, square and pyramid spirals... But your codes are unreadable. Maybe that is the goal. Otherwise, never forget about the Zen of Python when coding in Python https://www.python.org/dev/peps/pep-0020/
8th May 2018, 7:54 PM
cyk
cyk - avatar
0
all of them are made by directly printing without storing the numbers in arrays Square https://code.sololearn.com/cm2C0g8V5ylX Rectangle https://code.sololearn.com/cZGiT4dCgn54 Pyramid https://code.sololearn.com/cnvfJ5IyLxpZ
8th May 2018, 5:53 PM
Flandre Scarlet
Flandre Scarlet - avatar
0
cyk I know they are unreadable because I was challenging to make one-liners. And, thank you for remind me the Zen. I really have forgot it...
9th May 2018, 4:58 AM
Flandre Scarlet
Flandre Scarlet - avatar