Codewars 8kyu [Check Same Case] Python

Pubblicato il: 28 gennaio 2025
sul canale di: BensByte
6
0

🚀 In this tutorial, I walk you through solving an exciting coding challenge that tests your understanding of character comparison and logic! 💡 We'll write a function to check if two given characters are the same case, and handle edge cases like non-letter inputs. Perfect for sharpening your coding skills and learning step-by-step problem-solving techniques!

💻 Challenge Details:
If either character is not a letter, return -1.
If both characters are the same case (uppercase or lowercase), return 1.
If both characters are letters but not the same case, return 0.

Challenge Link: https://bit.ly/8kyu-5


In questa pagina del sito puoi guardare il video online Codewars 8kyu [Check Same Case] Python della durata di ore minuti seconda in buona qualità , che l'utente ha caricato BensByte 28 gennaio 2025, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 6 volte e gli è piaciuto 0 spettatori. Buona visione!