An open API service indexing awesome lists of open source software.

https://github.com/candytale55/unique_english_letters_py_3

unique_english_letters takes a string word as a parameter. The function should return the total number of unique letters in the string. Uppercase and lowercase letters should be counted as different letters. The list of every uppercase and lower case letter in the English alphabet is in a string "letters".
https://github.com/candytale55/unique_english_letters_py_3

code-challenges codecademy python-strings string-challenges-codecademy string-manipulation

Last synced: 3 months ago
JSON representation

unique_english_letters takes a string word as a parameter. The function should return the total number of unique letters in the string. Uppercase and lowercase letters should be counted as different letters. The list of every uppercase and lower case letter in the English alphabet is in a string "letters".

Awesome Lists containing this project