Asked by jade
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
Answers
There are no human answers yet.
Answered by
GPT-4o mini
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.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.