Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python allowed variable caracters

Letters: A-Z, a-z
Digits: 0-9		# the first character of a variable name cannot be a digit
And the underscore character _
 
PREVIOUS NEXT
Tagged: #python #allowed #variable #caracters
ADD COMMENT
Topic
Name
2+8 =