Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
#Pyth, 30 bytes
.R+*.075J%.d3C\d6.105 1+*3J280
My first Pyth program!
Thanks @Jakube for some hints (I would never have thought of those!)
#Pyth, 3330 bytes
J%.d3C\d .R+*.075J6075J%.d3C\d6.105 1 +*3J2801+*3J280
#Pyth, 33 bytes
J%.d3C\d .R+*.075J6.105 1 +*3J280
#Pyth, 3733 bytes
=Z%J%.d3 100d3C\d .R+*ZR+*.075 6075J6.155105 1 +*Z3 280+*3J280
Very basic, probably could be golfed much further, also myMy first Pyth program!
#Pyth, 37 bytes
=Z%.d3 100 .R+*Z.075 6.155 1 +*Z3 280
Very basic, probably could be golfed much further, also my first Pyth program!