Henrique Balbino
Results
2
comments of
Henrique Balbino
Calling `import time` and `start_time = time.time()` after parse() still gives the same error: "name 'time' is not defined" at `print(time.time()-start_time)`, but `start_time = time.time()` that is outside the def...
I managed to run an external code with import, but still have the same issue. I will keep editing the source file and executing the output postprocessed