Files

11 lines
86 B
Python

async def f(x):
await x
async def g(y):
await x = 5
await y
await = 1