Cube Root
- Nada program
- Test 1
- Test 2
- Test 3
- Test 4
src/cube_root.py
loading...
tests/cube_root_test1.yaml
loading...
tests/cube_root_test2.yaml
loading...
tests/cube_root_test3.yaml
loading...
tests/cube_root_test4.yaml
loading...
Run and test the cube_root program
1. Open "Nada by Example"
2. Run the program with inputs
from the test file
nada run cube_root_test1
3. Test the program with inputs
from the test file against the expected_outputs
from the test file
nada test cube_root_test1