Output#
Part 1#
What is the output of the following pseudo-code block? You should consider the code block to be pseudo-code, and not necessarily valid python code.
Hint: Be careful about just blindly putting this in JupyterLab, try to break it down and step through the output!
cool_number = {{ params_num1 }}
cool_number * {{ params_num2 }}
print(cool_number)
Answer Section#
0
1
671
4
578
21472
-484
cool_number
Attribution#
Problem is licensed under the CC-BY-NC-SA 4.0 license.