Respuesta :

Answer:

Hope this help

Explanation:

def add_enthusiasm(string):

   return string.upper() + "!"

   

print add_enthusiasm("hello")