From this tutorial for multiple asynchronous get requests I copied and ran the following code:
import asyncio import aiohttp def fetch_page(url, idx): ur