What does this code print?
def total(*nums): return sum(nums) print(total(1, 2, 3, 4))
← → arrow keys to navigate
Sign in to save your progress.