Files
2022-09-29 12:10:37 +08:00

7 lines
92 B
Python

# check if async/await keywords are supported
async def foo():
await 1
print("async")