That’s still bad code in my opinion.
For example the for loop will probably never end.
You can’t tell, how often the for loop runs.
Much better would be an i with i++, for example with an upper boundary that’s random
And x and y in separate lines
That’s still bad code in my opinion.
For example the for loop will probably never end.
You can’t tell, how often the for loop runs.
Much better would be an i with i++, for example with an upper boundary that’s random
And x and y in separate lines