Please help 🙏🏻 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please help 🙏🏻

I've solved many code coaches .. And i've got help many times from here as well .... This time the issue is , that fifth test case is getting wrong And it's even locked ... Please help and modify my code for that issue https://sololearn.com/compiler-playground/ciYsGAyz9K7x/?ref=app

26th May 2024, 6:42 PM
Mahi
Mahi - avatar
3 Answers
+ 4
Brentspine , nice code that works well. just a comment from my side: > we do not need the variable `upper` with all upper case letters. > instead of using the membership operator `in`, we can directly check if the letter in variable `c` is upper case or not by using the string method isupper(): ... if c.isupper(): ...
27th May 2024, 3:04 PM
Lothar
Lothar - avatar
+ 1
Brentspine yes it worked... thanks alot
27th May 2024, 7:22 AM
Mahi
Mahi - avatar
0
I also had a similar kind of error on my site, here is the URL of it: https://www.customcaps.ae/sports-caps. I faced many problems in the beginning as I was totally new to it. But this forum helped me out in solving my errors
30th May 2024, 8:58 AM
Sarah Denver
Sarah Denver - avatar