Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 341 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 341 Bytes

args-kwargs

*args and **kwargs in Python

There are two special symbols

Special Symbols Used for passing arguments:

  • *args (Non-Keyword Arguments)
  • **kwargs (Keyword Arguments)