Does anyone now how to loop something?
@MATTHEWBECHTEL as in a print statement? then do
while True: print("your message")
Loops
Does anyone now how to loop something?
@MATTHEWBECHTEL as in a print statement? then do