2
QuizMultiple Choice

Resources for Programmers — Unit test

Question 2 of 14 • Introduction to Information Technology - EL3701

A Python programmer is writing a function definition. What syntax should be used?

Answer
A
def( statement ): functionName argument1 argument2 argument3
B
def functionName( arguments ): statement1 statement2 statement3
C
def functionName( statement ): argument1 argument2 argument3
D
def( arguments ): functionName statement1 statement2 statement3
Previous
Next