datacamp-light-test

# This will get executed each time the exercise gets initialized b = 6 # Create a variable a, equal to 5 a = 5 # Print out a print(a) # Create a variable a, equal to 5 a = 5 # Print out a print(a) test_object("a") test_function("print") success_msg("Great job!")
Use the assignment operator (=) to create the variable a.

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注