diff --git a/subjects/devops/numerical_operations_the_return/README.md b/subjects/devops/numerical_operations_the_return/README.md index 9796a08b..5877e1a7 100644 --- a/subjects/devops/numerical_operations_the_return/README.md +++ b/subjects/devops/numerical_operations_the_return/README.md @@ -26,7 +26,7 @@ print(numerical_operations_the_return.integer_division(10, 3)) ``` ```bash -$ python test.py +$ python3 test.py 1 3.3333333333333335 0