Advertisement
Guest User

new

a guest
Jul 11th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. import wikipedia
  2. while True:
  3.     my_input = input('search term: ')
  4.  
  5.  print(wikipedia.summary(my_input))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement