Computer Science, asked by alensgeorge7, 4 months ago

which is not a valid variable name in python?​

Answers

Answered by smartGuccibaby
3

Answer:

The name of the variable cannot start with a number. For example: 9num is not a valid variable name. 3. The name of the variable cannot have special characters such as %, $, # etc, they can only have alphanumeric characters and underscore (A to Z, a to z, 0-9 or _ ).

Similar questions