Computer Science, asked by sonusagar50, 1 month ago

How can we proved that python language is a case-sensitive programming language?​

Answers

Answered by bandanasahoo
1

Python is case-sensitive language (var and VAR are two different variables) and object-oriented language (everything in Python is an object: numbers, dictionaries, user-defined, and built-in classes). Python has no mandatory operator completion characters, block boundaries are defined by indents.

Answered by Ꮪαɾα
1

Python is case-sensitive language (var and VAR are two different variables) and object-oriented language (everything in Python is an object: numbers, dictionaries, user-defined, and built-in classes). Python has no mandatory operator completion characters, block boundaries are defined by indents.

Similar questions