• LOGIN
  • No products in the cart.

Login

[datacamp_exercise lang=”python” height=”100″ min-height=”100″ max-height=”100″] [datacamp_pre_exercise_code] #this will get executed each time the exercise gets initialised [/datacamp_pre_exercise_code] [datacamp_sample_code] #create a variable a, equal to 5 #Print out a [/datacamp_sample_code] [datacamp_solution] # create a variable a, equal to 5 a=5 # Print out a print(a) [/datacamp_solution] [datacamp_sct] test_object(“a”) test_function(“print”) success_msg(“Great job”) [/datacamp_sct] [datacamp_hint] Use the assignment opteraor [/datacamp_hint] [/datacamp_exercise]
© Copyright - Data Science Dojo