which line of code would force a python program to end?

over()

exit()

end()

depart()

5 answers

exit()
which term describes an if statement inside of another if statement?

contested

contained

nested

sequential
nested
which term best describes these lines

(count = 0
loop through list
if "basketball'' is found
add one to count
output count)

python 3 code

selection program

pseudocode

sequential program
sequential program