Computer Science, asked by amitanand2718, 1 year ago

When using the Jupyter Notebook and a code block, what triggers the interpreter to begin evaluating the block of code?
1. The semi-colon symbol
2. The closed parenthesis
3. The execute command
4. blank line

Answers

Answered by chaitu7c
0

Answer:

the execute command option 3

Answered by Agastya0606
0

Answer:

From the above given options, to begin evaluation by the interpreter the block of a code while using Jupyter note book and a code block it uses option 3) the execute command.

Semicolon is used as the terminating mark at end of every sentences in programming languages like c, c++.

[and] represents each blocks in programming language. But in jupyter note book, all these parameters like semicolons , closed parenthesis are invalid.

Similar questions