Answer:
Comma (,)
Step-by-step explanation:
In a function header/call when we take more than one arguments then we have to use commas in order to separate them
Example
![\tt def\:Hello(a,b):]()
Arguments are of three types
- Keyword/Named Argument
- positional argument
- Default arguments