Question
ord(65)
ord(‘A’)
a.
A
65
b.
Error
65
c.
Error
Error
d.
Error
Junk value
Posted under Python
65
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 output of the functions shown below?
Similar Questions
Discover Related MCQs
Q. Which of the following is the use of function in python?
View solution
Q. Which keyword is use for function?
View solution
Q. Which are the advantages of functions in python?
View solution
Q. What are the two main types of functions?
View solution
Q. Where is function defined?
View solution
Q. What is called when a function is defined inside a class?
View solution
Q. Which of the following is the use of id() function in python?
View solution
Q. Which of the following refers to mathematical function?
View solution
Q. Python supports the creation of anonymous functions at runtime, using a construct called __________
View solution
Q. Does Lambda contains return statements?
View solution
Q. What is a variable defined outside a function referred to as?
View solution
Q. What is a variable defined inside a function referred to as?
View solution
Q. If a function doesn’t have a return statement, which of the following does the function return?
View solution
Q. If b is a dictionary, what does any(b) do?
View solution
Q. The function complex(‘2-3j’) is valid but the function complex(‘2 – 3j’) is invalid. State whether this statement is true or false.
View solution
Q. Which of the following functions does not necessarily accept only iterables as arguments?
View solution
Q. Which of the following functions will not result in an error when no arguments are passed to it?
View solution
Q. Which of the following functions does not throw an error?
View solution
Q. Which of the following is a features of DocString?
View solution
Q. Lambda is a statement.
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!