Does anyone now how to loop something?
@MATTHEWBECHTEL If you want to do a giant loop, you can use xrange, like:
for n in xrange(100000): # do something
IDK what you mean by 'Message' though
Loops
Does anyone now how to loop something?
@MATTHEWBECHTEL If you want to do a giant loop, you can use xrange, like:
IDK what you mean by 'Message' though