+ 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
5 ответов
+ 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():
...
+ 1
Brentspine yes it worked... thanks alot
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