Is this string a palindrome?
Use this code to see if anything is a palindrome or not!
USE THIS CODE FOR ANYTHING, EVEN NUMBERS!
Voters
FlaminHotValdez (441)
Cycle begging ain't allowed, man.
Brendan23 (139)
@FlaminHotValdez talking to me?
FlaminHotValdez (441)
@Brendan23 no, to @PilotDevKarwa . he's asking for upvotes
Brendan23 (139)
@FlaminHotValdez oh. right.
Brendan23 (139)
@PilotDevKarwa instead of doing left = left + 1
you can do left+=1
. It's way easier.
Brendan23 (139)
@Brendan23 also, instead of doing print("")
you can do a \n
inside a print statement, for example:
print("hi\nhi")
this would print
hi
hi
PilotDevKarwa (12)
ok ill use [email protected]
Brendan23 (139)
@PilotDevKarwa ok. great!
@PilotDevKarwa yet another suggestion is for loading you can use :
then you can just do
load(any_ineger, any_ineger)
. p.s.any_integer
is just a place holder for a number.@Brendan23 That seems very complicated tho
@PilotDevKarwa yeah. it's pretty complicated. don't use it actually.