learn_enough_python_code_li.../Listing_10.47.html
2022-10-19 08:28:58 -07:00

6 lines
135 B
HTML

{% if Phrase(phrase).ispalindrome() %}
"{{ phrase }}" is a palindrome!
{% else %}
"{{ phrase }}" isn't a palindrome.
{% endif %}