So I was trying to use args and kwargs in my coding but for some reason the asterisks I put before args (*args) and kwargs (**kwargs) doesn’t seem to do anything. Is there another command I need to use or are the asterisks the way to go and I’m missing something? Any advice is appreciated.
(Mac user BTW)