Mark and John are developing a program using Python. They name a variable 24_hour_mart, but then recognize that this name violates a Python naming convention. What naming convention does it violate?
A
Variable names can not include the underscore character (_).B
Variable names can not begin with a number.C
Variable names can not exceed ten characters in length.D
Variable names can not be fewer than fifteen characters in length.