Write a Python program that will ask the user to enter a word as an input. code example
Example 1: how to receive user input in python
var = input("Text: ")
Example 2: python keyboard input
# To get input from the user in python:
x = input("Optional prompt for input here")