__sarcstarr__'s blog

By __sarcstarr__, history, 6 months ago, In English

In this topic, we learn how to work with strings — counting characters, changing letter cases, finding substrings, and checking patterns. We practice using Python string methods and logical conditions to solve problems efficiently. Example tasks: Count uppercase and lowercase letters Check if a word is a palindrome Find how many vowels or consonants a string has

  • Vote: I like it
  • -3
  • Vote: I do not like it