🔶Word Squared [Challenge] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

12th Feb 2018, 11:58 AM
D_Stark
D_Stark - avatar
30 Answers
+ 12
https://code.sololearn.com/cTuesqOMJPvH/?ref=app #one-line
1st Mar 2018, 2:04 PM
Kartikey Sahu
Kartikey Sahu - avatar
13th Feb 2018, 10:13 AM
LukArToDo
LukArToDo - avatar
13th Feb 2018, 6:23 PM
Mohammad Dakdouk
Mohammad Dakdouk - avatar
13th Feb 2018, 4:50 AM
Kartik
Kartik - avatar
13th Feb 2018, 6:12 AM
VISHAL SRIVASTAVA
VISHAL SRIVASTAVA - avatar
12th Feb 2018, 2:50 PM
Tato
Tato - avatar
+ 12
https://code.sololearn.com/crUfWRDSaeFS/?ref=app
13th Feb 2018, 12:33 PM
Käzî Mrîdùl Høssäîn
Käzî Mrîdùl Høssäîn - avatar
12th Feb 2018, 5:04 PM
🐙evil octopus
🐙evil octopus - avatar
12th Feb 2018, 2:32 PM
Pedro Demingos
Pedro Demingos - avatar
12th Feb 2018, 6:20 PM
777
777 - avatar
17th Feb 2018, 8:17 PM
UnknownYmous
+ 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
13th Feb 2018, 5:59 PM
Martin Möhle
Martin Möhle - avatar
+ 6
A python solution. Draws a perfect square https://code.sololearn.com/ccj530E2S5R3/?ref=app
12th Feb 2018, 2:11 PM
davy hermans
davy hermans - avatar
12th Feb 2018, 5:46 PM
sayan chandra
sayan chandra - avatar
+ 6
@Daniel & @Red full stops are to be ignored ☺
13th Feb 2018, 9:24 AM
D_Stark
D_Stark - avatar
+ 6
@🎨D_Stark What about my answer?
13th Feb 2018, 9:41 AM
Kartik
Kartik - avatar
+ 5
not exactly a square but hey a square is a type of rectangle so here https://code.sololearn.com/c82ven7SfZ4y/?ref=app
12th Feb 2018, 1:53 PM
hinanawi
hinanawi - avatar
+ 5
https://code.sololearn.com/ctmIZ62Yp0hh/?ref=app
12th Feb 2018, 5:29 PM
Nashat
Nashat - avatar
12th Feb 2018, 10:12 PM
Daniel
Daniel - avatar
13th Feb 2018, 9:54 PM
Boris Batinkov
Boris Batinkov - avatar