The correct term is case sensitive. In Python, words (such as variable names and function names) can have different meanings based on their capitalization. For example, variable
, Variable
, and VARIABLE
would be considered three different identifiers.
What is the term for words having different meanings and outcomes based on their capitalization within the Python language?(1 point) Responses case sensitive case sensitive source code source code function function print print
1 answer