which of the following is valid identifer in python False,none ,for or and
Answers
Answered by
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