Computer Science, asked by kaursimran3267, 6 months ago

is phython case sensitive

Answers

Answered by donkadaprasadvandana
0

Explanation:

Python is a case-sensitive language. This means, Variable and variable are not the same. Always give the identifiers a name that makes sense. While c = 10 is a valid name, writing count = 10 would make more sense, and it would be easier to figure out what it represents when you look at your code after a long gap.

please mark me as the brainliest and thank my answers and follow me

Answered by chulbuli18
0

Answer:

Yes they are sensitive

Similar questions