user_input = raw_input("please enter a valid word: ")
user_input.lower()
if len(user_input) > 0 and user_input.isalpha():
name = user_input
print name[1:] + name[0] + 'ay'
else:
print "Please enter a valid word Or You not a human"
Because it doesn’t follow the instructions and creates confusion in the dedicated Q&A. Out in the Corner Bar you can play around and discuss ideas without concern, and without creating a disruption in the other category.