import asyncio
 
 
async def f():
    await asyncio.ensure_future(f())
 
 
async def main():
	await f()
 
 
asyncio.run(main())
				aW1wb3J0IGFzeW5jaW8KCgphc3luYyBkZWYgZigpOgogICAgYXdhaXQgYXN5bmNpby5lbnN1cmVfZnV0dXJlKGYoKSkKICAgIAoKYXN5bmMgZGVmIG1haW4oKToKCWF3YWl0IGYoKQoJCgphc3luY2lvLnJ1bihtYWluKCkp