Multiple variables in one for loop?

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

2 Likes