No, variable names in Python cannot start with a number. They must begin with a letter (either uppercase or lowercase) or an underscore (_). For example, 1variable is not a valid variable name, but variable1 and _variable are valid.
Can variable names start with a number?
0447
0 Comments
Be the first to share your comment!
