Wikipedia search

Wikipedia 

import wikipedia

st=input("enter keyword to be searched ")

print(wikipedia.summary(st))