Which of the following is the correct syntax to define a variable in Python?
variable my_variable
print(my_variable)
def my_variable(value):
my_variable = value

Computing Exercises are loading ...