Reverse a string without using library functions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Reverse a string without using library functions

Help me in thi not getting correct output

27th Mar 2023, 1:21 PM
Nandini Boragave
Nandini Boragave - avatar
3 Answers
+ 4
Please tag the relevant programming language and show your code attempt.
27th Mar 2023, 1:29 PM
Lisa
Lisa - avatar
+ 4
Python solution: 'racecar'[::-1] Does list slicing count as a library? I wonder. How can you expect people to analyze and debug your code, if you do not link the code itself?
27th Mar 2023, 3:59 PM
Tibor Santa
Tibor Santa - avatar
+ 3
Where is the code
27th Mar 2023, 2:16 PM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar