Can you create your own program that uses if, elif and else?
I want you to create a program where:
If - you enter your name it prints("That is an awesome name")
elif - you enter John it prints("That is a good name")
elif - you enter Harry it prints("That is an ok name")
else - it prints("That isn't a good name")