Computer Science, asked by harshitagsk, 6 hours ago

Is python case sensitive? Why or Why not?

Answers

Answered by atharvashewale2009
1

Answer:

Explanation:

Python is a case-sensitive language because it distinguishes between identifiers like Variable and variable. In simple words, we can say it cares about uppercase and lowercase.

Answered by theamazingworldoffic
1

Answer:

Python is a case-sensitive language.

Explanation:

Python is a case-sensitive language because it distinguishes between identifiers like Variable and variable. In simple words, we can say it cares about uppercase and lowercase.

Similar questions