McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
Problem Solving and Python Programming
→
Which keyword is used for function?
Q.
Which keyword is used for function?
A.
fun
B.
define
C.
def
D.
function
Answer» C. def
2k
0
Do you find this helpful?
20
View all MCQs in
Problem Solving and Python Programming
Discussion
No comments yet
Login to comment
Related MCQs
How many keyword arguments can be passed to a function in a single function call?
How are keyword arguments specified in the function heading?
Which of the following is not a keyword?
Which of the following is not an exception handling keyword in Python?
Capitalize initial keyword – This is a rule while writing a pseudo code.
If a function doesn’t have a return statement, which of the following does the function return?
The function complex(‘2-3j’) is valid but the function complex(‘2 – 3j’) is invalid.
Which function is used to read all the characters?
Which function is used to read single line from file?
Which function is used to write all the characters?