fix interpreters readme

This commit is contained in:
ilia 2023-10-06 14:54:25 +03:00
parent 805711e614
commit f26a16dc8c

View File

@ -11,6 +11,10 @@
## Testing Code
- File for testing function times: `test.py`
- Files for entire evaluation testing: `test_full_{func}.py`
- Bash script `test_full.sh`
Three realisations of mandelbrot functions tested:
```python
def linspace(start, stop, n):