Add solution for 6.7 section

This commit is contained in:
pro100ton 2024-11-16 11:04:23 +03:00
parent 0f897ac79e
commit 04f017c487

View file

@ -58,3 +58,4 @@ async def main():
print(entry) print(entry)
asyncio.run(main()) asyncio.run(main())