ETQ interview question

How do you define a function in Python?

Interview Answer

Anonymous

29 Oct 2015

def name(args): indent

1