Here's a simple example where a task divides a large number into smaller parts to be processed in parallel.
```python
# Simple example: # result = (1000000) / 2 # Divide into 2 chunks #print(result) # This demonstrates the basic input/output from within a code block.