Square Root
- Nada program
- Test file
src/square_root.py
loading...
tests/square_root_test.yaml
loading...
Run and test the square_root program
1. Open "Nada by Example"
2. Run the program with inputs
from the test file
nada run square_root_test
3. Test the program with inputs
from the test file against the expected_outputs
from the test file
nada test square_root_test