MCPcopy Index your code
hub / github.com/geekcomputers/Python / search_wiki

Function search_wiki

wikipedia.py:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6win.geometry("200x70") # function
7# function
8def search_wiki():
9 search = entry.get()
10 Hasil = wikipedia.summary(search)
11 showinfo("Hasil Pencarian", Hasil)
12label = Label(win, text="Wikipedia Search :")
13label.grid(row=0, column=0)
14

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
summaryMethod · 0.45

Tested by

no test coverage detected