Teks Output Python

from pywinauto import keyboard
keyboard.send_keys("Something{ENTER}next line", with_spaces=True)
Mushy Magpie