CBSE Class 11 Computer Science
Question 7 of 98
Python Programming Fundamentals — Question 7
Back to all questions 7
Question A is false but R is true.
Explanation
Literals and identifiers are not the same. Literals are fixed numeric or non-numeric value. While identifiers are the name of any variable, constant, function or module. A variable is a label for a location in memory, which is used to store and access values.