◐ Shell
reader mode source ↗
Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
Open
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
6 changes: 3 additions & 3 deletions 18-asyncio-py3.7/spinner_asyncio.py
Original file line number Diff line number Diff line change
@@ -36,11 +36,11 @@ async def supervisor(): # <6>
return result


def main():
result = asyncio.run(supervisor()) # <11>
print('Answer:', result)


if __name__ == '__main__':
main()
# END SPINNER_ASYNCIO
Toggle all file notes Toggle all file annotations