8 lines
125 B
Python
8 lines
125 B
Python
import wikipedia
|
|
|
|
wikipedia.set_lang("fr")
|
|
|
|
#wikipedia.search("Barack")
|
|
paris = wikipedia.page("Paris")
|
|
print(paris.content)
|