+ 2
Somebody help me fix my code please! I don't know why it's not working!
It's a problem in the community section named "Text Decompressor". Here's my code :-------------------> https://code.sololearn.com/c3y5VVb8OAl2/?ref=app
20 Antworten
+ 9
Vaibhav Pandey ,
Try this one i modified your code a Lil..
And can't figure out what error in your code exactly....
https://code.sololearn.com/cNkxdFjTn2R6/?ref=app
+ 6
Vaibhav Pandey ,
My code works only for digits and alphabets that why it is not working since the problem statement have special characters too...
+ 4
Vaibhav Pandey does this make any sense?
for i in range(len(let)):
print(let[i] * new_num[i], end="")
+ 2
Your code is working. Did you change anything?
+ 2
Interesting let me know if the issue pops up again.
+ 1
Ensure that each letter is multiplied by the correct number, regardless of repeated letters or numbers.
+ 1
Riya Chris Coder Thanks to all of you i fixed my code now it's working!
+ 1
Vaibhav Pandey Awesome! Happy Coding!
+ 1
The error lies in the 15 the 15 th line of your code
0
Riya Thank you but the code is not working and could you tell me why my code is not working ,i can't find any error in it.
0
Riya Na it's still not working!!
0
Thank you bro
0
Chris Coder No nothing
0
Chris Coder My code is not working bro and i didn't change anything
0
Chris Coder The test case 3 and 5 are not passing
0
Riya Yeah but mine works for all of them so what's the problem here??
0
Chris Coder okay i will see that
0
Hello every, just me i dont know gow to us it bt can u help me i need your help guys
0
Once you remove the bracket at the end of line 15, it works very well
0
Kengne Mbah Johann Briz Sheriff Saheed bro thank you