- Python Automation Cookbook
- Jaime Buelta
- 50字
- 2025-04-04 16:17:47
Getting ready
As a starting point, we'll use a task that will divide two numbers, as described in the command line.
This task is very similar to the one presented in Step 5 in the How to do it… section, but instead of multiplying two numbers, we'll divide them.