DIY: Valid Palindrome II

Solve the interview question "Valid Palindrome II" yourself in this lesson.

We'll cover the following...

Problem statement

Write a function that takes a variable containing a string and checks whether you can make it a palindrome by deleting at most one character.

Input

...