Write a program that asks the user for a word and then prints out that word:
import sys
word = input("Please Enter any Word:\n ")
print("The Word you Entered is: \n" + word)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment