List Comprehensions
- Nada program
- Test file
src/list_comprehensions.py
loading...
tests/list_comprehensions_test.yaml
loading...
Run and test the list_comprehensions program
1. Open "Nada by Example"
2. Run the program with inputs
from the test file
nada run list_comprehensions_test
3. Test the program with inputs
from the test file against the expected_outputs
from the test file
nada test list_comprehensions_test