isds2020 icon indicating copy to clipboard operation
isds2020 copied to clipboard

How to answer a question

Open abjer opened this issue 4 years ago • 1 comments

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 avatar Aug 03 '20 19:08 abjer

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

abjer avatar Aug 03 '20 19:08 abjer