Question
a.
e
b.
10
c.
2
d.
none of the mentioned
Posted under Python
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is the default base used when math.log(x) is found?
Similar Questions
Discover Related MCQs
Q. Which of the following aren’t defined in the math module?
View solution
Q. What is returned by int(math.pow(3, 2))?
View solution
Q. What is output of print(math.pow(3, 2))?
View solution
Q. What is the value of x if x = math.sqrt(4)?
View solution
Q. What does math.sqrt(X, Y) do?
View solution
Q. The value returned when we use the function isoweekday() is ______ and that for the function weekday() is ________ if the system date is 19th June, 2017 (Monday).
View solution
Q. To include the use of functions which are present in the random library, we must use the option:
View solution
Q. What the does random.seed(3) return?
View solution
Q. Which of the following cannot be returned by random.randrange(4)?
View solution
Q. Which of the following is equivalent to random.randrange(3)?
View solution
Q. The function random.randint(4) can return only one of the following values. Which?
View solution
Q. Which of the following is equivalent to random.randint(3, 6)?
View solution
Q. Which of the following will not be returned by random.choice(“1 ,”)?
View solution
Q. Which of the following will never be displayed on executing print(random.choice({0: 1, 2: 3}))?
View solution
Q. What does random.shuffle(x) do when x = [1, 2, 3]?
View solution
Q. Which type of elements are accepted by random.shuffle()?
View solution
Q. What is the range of values that random.random() can return?
View solution
Q. Which of the following functions can help us to find the version of python that we are currently working on?
View solution
Q. Which of the following functions is not defined under the sys module?
View solution
Q. The output of the functions len(“abc”) and sys.getsizeof(“abc”) will be the same. State whether true or false.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Python? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!