Skip to main content

Cube Root

src/cube_root.py
loading...

Run and test the cube_root program

1. Open "Nada by Example"

Open in Gitpod

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