Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

variable in python

#single name variable
name = "Your name"

#recomended naming of compound or multiple names are seperated by underscore _
some_variable_name = "Name of the the variable"
 
PREVIOUS NEXT
Tagged: #variable #python
ADD COMMENT
Topic
Name
6+1 =