From 4c27daf834e4464fbef83ee3c04e07c8861f85b1 Mon Sep 17 00:00:00 2001 From: 008pranjal <44477944+008pranjal@users.noreply.github.com> Date: Sun, 28 Oct 2018 22:38:02 -0700 Subject: [PATCH] Update wik.py --- wik.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wik.py b/wik.py index d02af9f..4f331a2 100644 --- a/wik.py +++ b/wik.py @@ -1,5 +1,5 @@ import wikipedia - +#obtaining summary of search parameter from wikipedia s=input("enter search parameter:") res=wikipedia.page(s) print(res.summary)