Browse Source

docs(numerical_operations_the_return): change example command from python to python3

pull/1764/head
Michele Sessa 1 year ago committed by Michele
parent
commit
84c56a4741
  1. 2
      subjects/devops/numerical_operations_the_return/README.md

2
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

Loading…
Cancel
Save