abjer / isds2020

Introduction to Social Data Science 2020 - a summer school course abjer.github.io/isds2020
58 stars 92 forks source link

How to answer a question #14

Open abjer opened 4 years ago

abjer commented 4 years ago

Hi everyone, I received an email about a fundamental question that is not fully clear from the notebook. The student who contacted me wanted to know how should you answer a question? For instance, as seen in the block below.

# answer_001 = 
# YOUR CODE HERE
abjer commented 4 years ago

I replied that to answer a question you must assign something to the relevant answer object, e.g. answer_001. Your answer can be anything, e.g. x in the case below. However, the answer you provide must be the solution to the problem in order to get the question correct.

answer_001 = x
# YOUR CODE HERE