SpaceX interview question

Explain what * and ** means in python.

Interview Answer

Anonymous

Apr 12, 2018

*, = position arguments **= key value pair

1