0 votes
in Python by
When using the Python shell and code block, what triggers the interpreter to begin evaluating a block of code?
1) execute command
2) closed parenthesis
3) semi colon symbol
4) blank line
5) colon symbol

Select the Correct best Answer from above

Related questions

0 votes
asked Jun 24, 2020 in Python by Robindeniel
0 votes
asked Dec 14, 2019 in Python by sharadyadav1986
...