COMPUTER FUNDAMENTALS

EMERGING TRENDS IN COMPUTING

ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Is Python case sensitive when dealing with identifiers?
A
Yes
B
No
C
machine dependent
D
none of the above
Explanation: 

Detailed explanation-1: -Yes, Python is a case−sensitive programming language. This means that it considers uppercase and lowercase letters differently.

Detailed explanation-2: -1. Is Python case sensitive when dealing with identifiers? Explanation: Case is always significant while dealing with identifiers in python.

Detailed explanation-3: -Identifiers are case sensitive and cannot be the same as a reserved word or the boolean values True or False or the null value.

There is 1 question to complete.