1
QuizMultiple Choice

Resources for Programmers — Unit test

Question 1 of 25 • Introduction to Information Technology - EL3701

In Python programming language, what is a function statement?

Answer
A
an action that a function will execute
B
an action that is defined in a function header
C
the first line of a function definition
D
the first comment in a software program
Next
In Python programming language, what is a…