Skip to content
View TJmodofacil's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report TJmodofacil

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TJmodofacil/README.md

TJTRASPORTADORA

👋def test_empty_string(self): """Test case 1: Empty string should be a palindrome.""" self.assertTrue(is_palindrome(""))

def test_simple_palindrome(self): """Test case 2: Simple palindrome like 'madam'.""" self.assertTrue(is_palindrome("madam"))

def test_simple_non_palindrome(self): """Test case 3: Simple non-palindrome like 'hello'.""" self.assertFalse(is_palindrome("hello"))

def test_case_insensitive_palindrome(self): """Test case 4: Palindrome with mixed casing.""" self.assertTrue(is_palindrome("Madam"))

def test_palindrome_with_spaces(self): """Test case 5: Palindrome with spaces.""" self.assertTrue(is_palindrome("race car"))

def test_palindrome_with_punctuation(self): """Test case 6: Palindrome with punctuation.""" self.assertTrue(is_palindrome("A man, a plan, a canal: Panama"))

def test_non_palindrome_with_spaces(self): """Test case 7: Non-palindrome with spaces.""" self.assertFalse(is_palindrome("not a palindrome"))

def test_palindrome_with_numbers(self): """Test case 8: Palindrome with numbers.""" self.assertTrue(is_palindrome("12321"))

def test_non_palindrome_with_numbers(self): """Test case 9: Non-palindrome with numbers.""" self.assertFalse(is_palindrome("12345"))

def test_palindrome_with_mixed_characters(self): """Test case 10: Palindrome with mixed characters, numbers and punctuation.""" self.assertTrue(is_palindrome("Racecar!"))

Popular repositories Loading

  1. TJmodofacil TJmodofacil Public

    Config files for my GitHub profile.

  2. binary.bot binary.bot Public

    Forked from IQBinary/binary.bot

  3. urban-giggle urban-giggle Public

  4. Web-Dev-For-Beginners Web-Dev-For-Beginners Public template

    Forked from microsoft/Web-Dev-For-Beginners

    24 Lessons, 12 Weeks, Get Started as a Web Developer

    JavaScript

  5. CopilotForXcode CopilotForXcode Public

    Forked from github/CopilotForXcode

    Xcode extension for GitHub Copilot

    Swift

  6. mypy mypy Public

    Forked from python/mypy

    Optional static typing for Python

    Python

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy