PYTHON
Given a word from a user

word = input("Enter a word: ")
Show how you would go through and print each character twice. For example, if the user typed "peanut", you program should print:

ppeeaannuutt


PLEASE HELPPPPPP