def draw_line_dashed(surface, color, start_pos, end_pos, width = 1, dash_length = 2, exclude_corners = True): # x-y-value-pairs ...