+ 29
🔶Word Squared [Challenge]
/*Challenge by D_Stark Type in any word, number or sentence and make a square out of it ☺ example... input is "Square" output the following... S. q. u. a. r. e q. r u. a a. u r q e. r. a. u. q. S. //ignore the full stops Thanks */ Heres my solution.. https://code.sololearn.com/cxYLGHOr8xvq/?ref=app
30 odpowiedzi
+ 12
https://code.sololearn.com/cTuesqOMJPvH/?ref=app
#one-line
+ 16
here is my try
https://code.sololearn.com/cKAIj133a9Vw/?ref=app
+ 14
Here's my try in Python
https://code.sololearn.com/cLYFvxVY48hv/?ref=app
+ 14
My attempt in c++
https://code.sololearn.com/cKjt779dutuQ/?ref=app
+ 12
+ 12
https://code.sololearn.com/crUfWRDSaeFS/?ref=app
+ 10
+ 9
+ 9
Here is mine:
https://code.sololearn.com/WSKUEz32gnsF/?ref=app
+ 8
My code in Javascript.
https://code.sololearn.com/Wzwzu0fbYK8w/?ref=app
+ 7
A python oneliner, and literally one line, not using word = input() or something like it in front..
One line 😇
https://code.sololearn.com/cIRcL0Eku1Zc/?ref=app
+ 6
A python solution. Draws a perfect square
https://code.sololearn.com/ccj530E2S5R3/?ref=app
+ 6
heres my one liner func.
https://code.sololearn.com/c1VdfGMkRJI6/?ref=app
+ 6
@Daniel & @Red full stops are to be ignored ☺
+ 6
@🎨D_Stark
What about my answer?
+ 5
not exactly a square but hey a square is a type of rectangle so here
https://code.sololearn.com/c82ven7SfZ4y/?ref=app
+ 5
https://code.sololearn.com/ctmIZ62Yp0hh/?ref=app
+ 5
Here is mine:
https://code.sololearn.com/cZINlEyOfM4O/?ref=app