Important: Your tester code must import functions from the solution file using:
from solution import function_nameneeds to forward declare the solution function signature (linking happens at compile-time)The solution will be saved as solution.<extension> during execution.