Open navierula opened 6 years ago
Great job with this!
Just make sure to remove adjacent_pairs = and make sure adjacent_pairs.append(pairs) is within the for loop. Otherwise, you won't see an output.
adjacent_pairs =
adjacent_pairs.append(pairs)
Great job with this!
Just make sure to remove
adjacent_pairs =
and make sureadjacent_pairs.append(pairs)
is within the for loop. Otherwise, you won't see an output.