Question 27
Read the following code carefully and answer the given subquestions. tasks.py:
Called from a view/script:
Checked immediately, right after delay() — worker hasn't processed it yet:
Called separately, after waiting for the worker to finish the task:
What do the two print statements, print(result) and print(type(result)) in the first code block output?