Skip to content

Reza4096/args-kwargs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 2, 2022
444137d · Dec 2, 2022

History

14 Commits
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022

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