Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Python
/
Python
What does calling an async def function return before it is awaited?
from Python
intermediate
1 min
What does calling an async def function return before it is awaited?
A coroutine object whose body has not yet run
The function’s final result after blocking the current thread
A new operating-system thread
Check
Ask AI about this kata
Report an error
previous kata
Which typing construct captures a callable’s complete parameter signature so a decorator …
Fill in
next kata
Which statement about concurrent.futures is correct?
Quiz
A new version is available
Reload