I am stuck at line 196 of this Github code.
li.append((1.0, *update_probability_matrix(row, col, a)))
I am not able to understand, why is * associated with update_probability_matrix(row, col, a). What is the meaning in Python when we add star to a function?