pip install wikipedia
Here is what the above code is Doing:
1. Importing the wikipedia module.
2. Searching for the page title ‘Python (programming language)’.
3. Getting the summary of the page.
4. Printing the summary.
pip install wikipedia
Here is what the above code is Doing:
1. Importing the wikipedia module.
2. Searching for the page title ‘Python (programming language)’.
3. Getting the summary of the page.
4. Printing the summary.