import HW2 g = HW2.load_dot(file_name) # loading the graph has_cycle = HW2.has_cycle(g) # testing whether it has a cycle # your function should return a Boolean valu