(Intermediate lesson style from the bootcamp)
# *args example def my_func(*args): return sum(args) (Intermediate lesson style from the bootcamp) # *args