12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
Traceback (most recent call last):
|
|
File "test_full_with_types.py", line 1, in <module>
|
|
from pure_with_types import mandelbrot_with_types
|
|
File "/mnt/c/Users/rurur/Desktop/p/python/advanced_python/advanced-python-homework-2023/interpreters/pure_with_types.py", line 4
|
|
pmin: float = -2.5,
|
|
^
|
|
SyntaxError: mismatched input ':' expecting RPAREN
|
|
|
|
real 0m4.948s
|
|
user 0m14.826s
|
|
sys 0m0.715s
|