Ad
  • Default User Avatar

    Hi, first off: if you want to post your code you should use proper code markdown (otherwise indentation/readability is a problem), and thanks for using the spoiler tag.

    As for the kata: the input() is not going to play a big role here on Codewars. The function get_drink_by_profession will be passed the parameter profession as a string and your function should figure out the correct response and then you return the string result instead of just print it.