# This will get executed each time the exercise gets initialized
b = 6


# Print out b
 


# Print out b
print(b)


test_object("b")
test_function("print")
success_msg("Great job!")

Use the assignment operator (<-) to create the variable a.