aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 159 forks source link

Buggy Uppercase Counting #208

Closed Mahalinoro closed 3 years ago

Mahalinoro commented 3 years ago

Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add

Problem statement: In the Code tab is a function which is meant to return how many uppercase letters there are in a list of various words. Fix the list comprehension so that the code functions normally!

Examples:

count_uppercase(["SOLO", "hello", "Tea", "wHat"]) ➞ 6

count_uppercase(["little", "lower", "down"]) ➞ 0

count_uppercase(["EDAbit", "Educate", "Coding"]) ➞ 5

Problem Link: https://edabit.com/challenge/Hs7YDjZALCEPRPD6Z

Before submitting a PR please Check some details.Check Edabit for problem task

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

Mahalinoro commented 3 years ago

Please, I would appreciate if this can be assigned to me as I am already done with the solution.