+ 6
Something's Wrong...
Here's something I'm working on. I tried to indent to fix errors and I'm really not sure why nothing much happens now. https://code.sololearn.com/cI1MfnMSb58z/?ref=app
4 Answers
+ 10
The code has currently an infinite loop, because the line with:
length += 1 ( penultimate line)
has the same indentation level as the while loop. put this line 1 indentation level to the right.
+ 7
Lothar Thanks, I'll fix that indentation.
Frogged I'm trying to make something where the user inputs a word that is run through the puzzle function. For each letter, all letters up to that letter would have a chance to be randomly picked. If all the letters combined would form the user's word, they would win.
I think I'm going to have to start over, I'm probably doing it wrong đ
+ 5
your function rerurns nothing.
what the hell are you trying?
your coding style isđ€đ€đ€very special....
Please add some comments
+ 5
so, is this what you wanted?
https://code.sololearn.com/coUmFX4Rg3h6/?ref=app