Here\'s my code:
async def random(): return 1, 2 idk1, idk2 = random() print(idk1, idk2)
After running, I received the error: cannot unpack n