Science, asked by rupitajuyal21, 4 months ago

which of the following is valid identifer in python False,none ,for or and

Answers

Answered by sharmayogesh0408
0

Answer:

Explanation:An identifier cannot start with a digit. 1variable is invalid, but variable1 is a valid name. Keywords cannot be used as identifiers. We cannot use special symbols like !, @, #, $, % etc.

Similar questions