examplerun.py 85 B

12345
  1. >>> result = add.delay(8, 8)
  2. >>> result.wait() # wait for and return the result
  3. 16