Skip Navigation

Another program for those starting out in python 🐍

chat-to.dev Another program for those starting out in python 🐍

This program prompts the user to input a phrase, then counts the number of vowels and consonants present in that phrase, ignoring uppercase letters and considering only alphabetical characters. ```py def count_vowels_consonants(phrase): vowels = 0 consonants = 0 # Converting the phrase ...

Another program for those starting out in python 🐍
1
1 comments
  • id just go ahead and presume this is malware since theres no description at all