advanced-python-homework-2023/interpreters/test_full_no_types.py

4 lines
80 B
Python
Raw Normal View History

2023-10-10 18:42:30 +03:00
from test_funcs.pure_no_types import mandelbrot_no_types
2023-10-06 13:14:14 +03:00
mandelbrot_no_types()