Hi Team
I need some help with a project in Py 3. At the end of dictionary chapter is scrabble project. I have question regarding the last Task on it : “Make your defined dictionary that has upper case alphabets, handle lower case as well”
I can easily populate a new dictionary with lower case alphabets from the older dictionary, but is there a way that i can implement in dictionary comprehension where I could check my given alphabet to both upper and lower case using just one dictionary.
i mean i want to avoid generating another dictionary , just to cater to lower case scenario.
https://www.codecademy.com/courses/learn-python-3/projects/scrabble?action=resume_content_item
Thank you
When you ask a question, don’t forget to include a link to the exercise or project you’re dealing with!
If you want to have the best chances of getting a useful answer quickly, make sure you follow our guidelines about how to ask a good question. That way you’ll be helping everyone – helping people to answer your question and helping others who are stuck to find the question and answer!