Computer Science (Year 9)
Programming Languages
Which of the following is a correct way to write a variable in Python?
1variable = 5
variable-name = 5
variable_name = 5
variable name = 5