Inspiration

What it does

How we built it

Challenges we ran into

Accomplishments that we're proud of

What we learned

What's next for s4q3_swaramulagari

def is_palindrome(s): return s == s[::-1]

print(is_palindrome("racecar")) print(is_palindrome("hello"))

Built With

Share this project:

Updates