xxxxxxxxxx
#the print statement can be used to print any string of characters
print("I am any string of characters:)))))))))))")
xxxxxxxxxx
from pywinauto import keyboard
keyboard.send_keys("Something{ENTER}next line", with_spaces=True)
xxxxxxxxxx
print("Your Text Here")