answersLogoWhite

0


Best Answer

Yes.

For instance, you can write:

x=2

X='a string'

If you now print each of these variables you will find that they have retained the values that you assigned to them.

Very often programmers create classes with uppercase names then use the lowercase version of the same name for instances of the class. This is possible because Python is case sensitive.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is python a case sensitive language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is “C language” case sensitive programminIs “C language” case sensitive programming language If yes why and if no whyg language If yes why and if no why?

C is case sensitive, which means that, for example, $var and $VAR are not the same variable.


What is one fact anout c language?

It is case-sensitive.


Whether HTML is case sensitive or C?

HTML is not case-sensitive, while C is a case-sensitive language. In HTML, the tags, attributes, and values can be written in uppercase or lowercase letters, and it will still be interpreted the same way by the web browser. For example, the "p" tag can be written as or , and both will be interpreted as paragraph tags. On the other hand, C is a case-sensitive language, which means that the identifiers such as variables, function names, and keywords must be written in the correct case. For example, "main" is different from "Main" and "MAIN" in C. It's important to keep in mind the case sensitivity rules while coding in these languages to avoid syntax errors or unexpected behavior.


Is the identifiers 'name' and 'NAME' different in c?

Yes they is different, C language are case-sensitive.


Is sql language is case sensitive?

AnswerNo, SQL is not defined as case-sensitive in the standards.However, certain implementations of SQL may be case sensitive, in certain scenarios. Notably, MySQL on a Linux or Unix server is most likely case sensitive in regards to table names. Also, some collations (string storage formats) are case sensitive. Finally, column and table names may be case sensitive within a query on some SQL servers (i.e. "select * from USER where user.name = 'test'" might result in an error). When it doubt, check the manuals for the server you are using.

Related questions

Is “C language” case sensitive programminIs “C language” case sensitive programming language If yes why and if no whyg language If yes why and if no why?

C is case sensitive, which means that, for example, $var and $VAR are not the same variable.


Is javascript a case-sensetive language?

Yes it is case sensitive.


Is php a case sensitive language?

yes.


Was a javascript was a case sensitive scripting language?

Yes.


What is one fact anout c language?

It is case-sensitive.


What does case sensitive imply in a programming language?

"Case sensitive" means that, for example, myvariable, MyVariable, and myvAriAble are three separate things. In other words, upper case or lower case matters.


How does the language support variable names Are variable names case sensitive?

> How does the language support variable names? You can use any identifier to name a variable. > Are variable names case sensitive? Yes, in some languages, they are.


How do you say Python in Kikuyu language?

Python can be translated into Kikuyu language as chatu.


Whether HTML is case sensitive or C?

HTML is not case-sensitive, while C is a case-sensitive language. In HTML, the tags, attributes, and values can be written in uppercase or lowercase letters, and it will still be interpreted the same way by the web browser. For example, the "p" tag can be written as or , and both will be interpreted as paragraph tags. On the other hand, C is a case-sensitive language, which means that the identifiers such as variables, function names, and keywords must be written in the correct case. For example, "main" is different from "Main" and "MAIN" in C. It's important to keep in mind the case sensitivity rules while coding in these languages to avoid syntax errors or unexpected behavior.


Is the identifiers 'name' and 'NAME' different in c?

Yes they is different, C language are case-sensitive.


What is the best first computer language to learn?

Python is good. But not if you wont to build on that language as python is pretty much python only, as well as pygame which is fun.


What has the author Wesley Chun written?

Wesley Chun has written: 'Python fundamentals' -- subject(s): Python (Computer program language) 'Core Python programming' -- subject(s): Python (Computer program language)