Class 11 IP Chapter 3 Ex 3.1 Solutions Sumita Arora / Listing11IPSA, Uncategorized / By Neha Which of the following are valid identifiers and why/why not : Data_rec, _data, 1 data, datal, my.file, elif, switch, lambda, break ? Invalid identifiers: ...Read the answer of this question Is Python case sensitive ? What is meant by the term ‘case sensitive’ ? Yes, Python ...Read the answer of this question What is an identifier ? What are the identifier forming rules of Python ? Identifiers are ...Read the answer of this question What are keywords ? Can keywords be used as identifiers ? Keywords are ...Read the answer of this question What is meant by token ? Name the tokens available in Python. Smallest Individual ...Read the answer of this question