for i in range(0,500,10):
xsnake=random(i)
for b in range(0,500,10):
ysnake=random(b)
Hello, I wanted to know how I can choose randomly in the i of range in the variable below. Thanks.
for i in range(0,500,10):
xsnake=random(i)
for b in range(0,500,10):
ysnake=random(b)
Hello, I wanted to know how I can choose randomly in the i of range in the variable below. Thanks.