How can we proved that python language is a case-sensitive programming language?
Answers
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.
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