From science to arts, IDNLearn.com has the answers to all your questions. Ask anything and receive thorough, reliable answers from our community of experienced professionals.
user_name = str (input = ("Please enter your name: "))
def greet (user_name):
print ("Welcome to your ghetto, {0}!".format(user_name) )