Brandon Navra
Results
1
comments of
Brandon Navra
> What about > > ```python > from sys import version > print(version) > import asyncio > asyncio.set_event_loop(asyncio.new_event_loop()) > asyncio.set_event_loop(asyncio.new_event_loop()) > ``` > > ? I managed to get this...