McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Science in Computer Science ...
→
Python
→
Which of the following is mathematical f...
Q.
Which of the following is mathematical function?
A.
power
B.
sqrt
C.
add
D.
sub
Answer» B. sqrt
3.7k
0
Do you find this helpful?
30
View all MCQs in
Python
Discussion
No comments yet
Login to comment
Related MCQs
What is a variable defined inside a function referred to as?
What is the output for the following code: languages = ["java", "c++", "python"] for x in languages : if x == "c++": continue print(x)
Which geometry manager organizes widgets in blocks before placing them in the parent widget.
Through Which Geometry method we can organizes widgets in a table-like structure in the parent widget.
Which one of these is floor division