28th Nov 2017, 2:42 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 20
wait ... hv u seen other codes , those are more smaller and good @saksham //those deserve best answer !me โ˜บ edit : yeah , now best answer is marked as best
2nd Dec 2017, 3:21 AM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 11
One-liner (Python) print(str(input())[::-1]) Or you could do this (still, technically a one-liner). https://code.sololearn.com/co5PcRgC8qGi/?ref=app
28th Nov 2017, 8:37 AM
blackcat1111
blackcat1111 - avatar
+ 9
https://code.sololearn.com/ch59q6FX0md8/?ref=app
28th Nov 2017, 5:46 PM
LukArToDo
LukArToDo - avatar
28th Nov 2017, 9:46 AM
Programmer Jr.
Programmer Jr. - avatar
+ 8
https://code.sololearn.com/cLvB4hATHWFj/?ref=app
28th Nov 2017, 11:03 AM
Justine Ogaraku
Justine Ogaraku - avatar
+ 8
My name is in one of the test cases :). https://code.sololearn.com/cGew2Rl2iVE0/?ref=app
30th Nov 2017, 4:01 PM
qwerty
qwerty - avatar
+ 5
https://code.sololearn.com/cWRhoS3xa3dk/?ref=app Using recursion to reverse a String
28th Nov 2017, 7:57 AM
Dan Walker
Dan Walker - avatar
+ 5
https://code.sololearn.com/cVhXBCx15883/#rb oneliner, I really start to love ruby :) edit: now even shorter https://code.sololearn.com/cec9hVMUbpYN/#
28th Nov 2017, 8:57 AM
bedawang
bedawang - avatar
+ 4
Java Version : https://code.sololearn.com/cY6z784956a2/#java C++ version : https://code.sololearn.com/ceKEoGG16803/#cpp i love to do easy challenge hahaa
28th Nov 2017, 7:43 AM
Momo Belia
Momo Belia - avatar
+ 3
JavaScript : alert(prompt().split('').reverse().join(''));
29th Nov 2017, 10:15 AM
RZK 022
RZK 022 - avatar
29th Nov 2017, 5:29 PM
Hemant Jaiswal
Hemant Jaiswal - avatar
29th Nov 2017, 5:32 PM
SubbaReddy G
SubbaReddy G - avatar
28th Nov 2017, 6:04 PM
Annam Nguyen
Annam Nguyen - avatar
28th Nov 2017, 9:42 PM
LunarCoffee
LunarCoffee - avatar
+ 2
https://code.sololearn.com/cV4s4fV7v4Ak/#java here's my contribution to the challenge. i chose to implement my own reverse(), and not use the preexisting one from the base libraries...
28th Nov 2017, 10:43 PM
Dmitrii
Dmitrii - avatar
30th Nov 2017, 1:32 AM
Cat๐Ÿˆ
Cat๐Ÿˆ - avatar
+ 1
Basically the same as what other Python users have done: https://code.sololearn.com/crZGjpC51yDJ/?ref=app
29th Nov 2017, 1:28 AM
Sadun
1st Dec 2017, 7:06 AM
Kartik
Kartik - avatar