Explanation:
with keyboard........
print("Hello world")
Hello world
Python's print() outputs a given message. Python's print function displays strings on a screen.