Update check_permutation_strings_is_palindrome.py

This commit is contained in:
bt3gl 2023-07-30 15:54:47 -07:00 committed by GitHub
parent 158eb74e76
commit e6f990cab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# author: bt3gl
# given a string, write a function to check if it's a permutation of palindromes