Vidyalelo
Python · Q3

Functions in Python

Programming · Python · question 3

Q3

Which of the following is NOT a valid function name in Python?

A.
my_function
B.
2nd_function
Answer
C.
_function
D.
function123

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board