from pywinauto import keyboard
keyboard.send_keys("Something{ENTER}next line", with_spaces=True)
#the print statement can be used to print any string of characters
print("I am any string of characters:)))))))))))")
print("The text you want to print")
print ("Example")
# im new to python
text="test"
print(text)
print("hello")
print(2)
//You Print text by doing the following:
print("Hello World!")