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".
- Host: GitHub
- URL: https://github.com/candytale55/unique_english_letters_py_3
- Owner: candytale55
- Created: 2021-01-27T05:28:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T05:37:54.000Z (over 4 years ago)
- Last Synced: 2023-05-29T01:21:04.275Z (about 2 years ago)
- Topics: code-challenges, codecademy, python-strings, string-challenges-codecademy, string-manipulation
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0