Which of the following lines properly starts a parameterless function definition?
A)def fun:
B)function fun():
C)def fun():
D)fun function():
Answers
Answered by
2
def fun;
is the correct answer
Answered by
1
Answer:
Explanation: Well, answer is def fun():
That's because the command 'def' has function, named 'fun' with no parameter [fun()].
Similar questions
Hindi,
6 months ago
Chemistry,
6 months ago
English,
6 months ago
Computer Science,
11 months ago
Geography,
11 months ago
Social Sciences,
1 year ago
Hindi,
1 year ago