autowrite second try to automate the writing in python Basically, the concept is only: for digit in repl: print(digit, end="") config.stdout.flush() time.sleep(delay) print()