# python3 import pyautogui for i in range(1, 100): pyautogui.write('Hiiiiiiiiiii ') # write the message with pyautogui and return line