SJPassing arguments section def function(a, b, c): print(a, b, c) list = [1, 2, 3] function(*t) t should be listComment·Article·Feb 8, 2023·Hidden Things in Python3