Output 2#

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 }}
print(int(cool_number {{{ params_operator }}} {{ params_num2 }}))

Answer Section#

  • 570

  • 70875

  • 780

  • 6

  • 0

  • 1

  • 675

  • 612

  • cool_number

Attribution#

Problem is licensed under the CC-BY-NC-SA 4.0 license.
The Creative Commons 4.0 license requiring attribution-BY, non-commercial-NC, and share-alike-SA license.