SpaceX interview question

Explain what * and ** means in python.

Interview Answer

Anonymous

12 Apr 2018

*, = position arguments **= key value pair

1