define_method.py edited online with Bitbucket

This commit is contained in:
Tyler Hodapp 2017-08-12 02:18:07 +00:00
parent d9892ac441
commit 19bfe341a8

View File

@ -1,6 +1,8 @@
import requests
import help_methods
def get_definition(content):
if len(content.split()) > 1:
word = content.split()[1:]
try: