adplus-dvertising
frame-decoration

Question

Is Python case sensitive when dealing with identifiers?

a.

yes

b.

no

c.

machine dependent

d.

none of the mentioned

Answer: (a).yes

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Is Python case sensitive when dealing with identifiers?

Similar Questions

Discover Related MCQs

Q. What is the maximum possible length of an identifier?

Q. Which of the following is invalid?

Q. Why are local variable names beginning with an underscore discouraged?

Q. All keywords in Python are in

Q. Which of the following is true for variable names in Python?

Q. Which of the following is an invalid statement?

Q. Which of the following cannot be a variable?

Q. Which is the correct operator for power(x^y)?

Q. Which one of these is floor division?

Q. What is the order of precedence in python?

i) Parentheses
ii) Exponential
iii) Multiplication
iv) Division
v) Addition
vi) Subtraction

Q. What is answer of this expression, 22 % 3 is?

Q. Mathematical operations can be performed on a string. State whether true or false.

Q. Which of these in not a core data type?

Q. Given a function that does not return any value, What value is thrown by default when executed in shell.

Q. Which of the following will run without errors ?

Q. What is the return type of function id ?

Q. In python we do not specify types,it is directly interpreted by the compiler, so consider the following operation to be performed.

>>>x = 13 ? 2

objective is to make sure x has a integer value, select all that apply (python 3.xx)

Q. What data type is the object below ?

L = [1, 23, ‘hello’, 1].

Q. In order to store values in terms of key and value we use what core data type.

Q. Which of the following results in a SyntaxError ?