Skip to content
Permalink
Browse files
Update wiki.py
  • Loading branch information
carreira committed Nov 29, 2018
1 parent 1177d00 commit 3b5774ec79069061c9be415529d98193bf9ed679
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
import textwrap #package that allows to choose lenght of the lines that are printed
import wikipedia #package that allows search in wikipedia database to get information of certain topic -> https://www.youtube.com/watch?v=5Mth8iv8j1o
import textwrap #package that allows to choose lenght of the lines that are printed -> font:https://stackoverflow.com/questions/16430200/a-good-way-to-make-long-strings-wrap-to-newline-in-python
import wikipedia #package that allows search in wikipedia database to get information of certain topic -> font:https://pypi.org/project/wikipedia/

""" defines the key word and searches in wikipedia for the meaning """
def wikiSearch(sentence):

0 comments on commit 3b5774e

Please sign in to comment.