+ 1
[Challenge] No space palindrome
Check if a Integer is a palindrome without using extra space For example : Input : 12321 Output : true Input : 1123 Output : false Have fun!
7 Réponses
+ 2
https://code.sololearn.com/cIMIw5O74Zxp/?ref=app
+ 1
[print("pal" if wow==wow[::-1] else "not_pal") for wow in[input()]]
0
without space?????
0
Yes..
0
i dnt understand....
whats this???without space?????????????
0
Just do it without using any data structure beside int