Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
thanks man
C translation (author gone)
Oh so I checked and it seems that my edits are not the reason for the error. But it needs to be fixed anyway, I will take care of this.
Oh that's because I removed one character from the alphabet and didnt adjust the sampling function. I will fix this.
Sorry for the problem.
(OP is talking about JavaScript)
I can confirm the issue, there is an off-by-one error in the RNG:
This comment is hidden because it contains spoiler information about the solution
your code does not use the Python
sum
, it defines that name as a variable to hold an integerbut FYI that's a bad coding practice because you overwrite the built-in function of that name
I started to learn how code a few days ago. I just tryed searching in other websites and i found it.
Never expeted chatgpt goed help me in this moment, this mf teach me what is the function "sum"