I like exploring with python and I recently watched the matrix so I wanted to try something out.
Say I was going to do this:
While True:
print ("010101010101010101")
print ("101010101010101010")
If you run that it will obviously keep printing that until you abort it. You will also see that the numbers blend together because they are going to fast.
I'm not asking for it to run the while true every second or so, I just kinda want it to move a little bit slower. Does anyone have a function or can tell me what to run?