• Bug

Question related to mission Create Intervals (generator version)

 

Hi. I write code that return good result for assert, but fail "check result";;

AssertionError: your function should be a generator, ?, ? Fail: create_intervals([1,2,3,4,5,7,8,12])

Why i dont pass this exercise? My result for assert is the same and great