Skip to content

Instantly share code, notes, and snippets.

@HeenaR17
Created November 29, 2020 23:42
Show Gist options
  • Save HeenaR17/34d60363c52a7c8189243fdebec4de4e to your computer and use it in GitHub Desktop.
Save HeenaR17/34d60363c52a7c8189243fdebec4de4e to your computer and use it in GitHub Desktop.
def getReply(ingredients):
ans = getMyPizza(ingredients)
if ans != 0:
return "You may like: "+ans
else:
return str(bot.reply('localuser',ingredients))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment