programming concepts 005 Flashcards
1
Q
What is a kwarg?
A
allows for the user to specify different variables to be used in the function
2
Q
Where are kwargs used?
A
Kwargs are used in professional Python development environmemts
3
Q
A
4
Q
A