Can you name a list with the first character being a number? I get an error when I try to do this. I am taking names of products and making lists and dictionaries with them and some of the names of the products start with a number. like:
11T25M = ["Grade", "Tensile", "Elongation"]
I get
11T25M = ["Grade", "Tensile", "Elongation"]
^
Syntax Error: invalid decimal literal