Skip to content

Reza4096/args-kwargs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

*args and **kwargs in Python

Topics

Resources

Stars

Watchers

Forks

Languages