my code is
"__ <= __ and __ >= __:
Overlap = “True”
For some reason it gives me assertion error even though when I try all values myself in the next cell they appear to be correct (equal to assertion examples). I tried restarting but that didn’t had positive effect.
Can you help me with my problem?
The assertion tests are for testing various aspect of your code. As you have not included the assertion error here, so it is difficult to see exactly what your problem is.
Assuming your code is correct, just to be sure your code is executing in a clean environment: