413 B
413 B
id, title, challengeType, isRequired, videoId
id | title | challengeType | isRequired | videoId |
---|---|---|---|---|
5e6a54c358d3af90110a60a3 | Introduction: Elements of Python | 11 | true | aRY_xjL35v0 |
Description
Tests
question:
text: 'What will the following program print out:
<pre>x = 43<br>
x = x + 1<br>
print(x)</pre>'
answers:
- 'x'
- 'x + 1'
- '44'
solution: 3