I was following the asyncio tutorial and noticed a weird behavior. Here is the code:
#!/usr/bin/env python3 # asyncq.py import asyncio import itertools as it