Which line of code would force a Python program to end? (1 point) Responses over() over() exit() exit() end() end() depart() depart()
1 answer
The correct line of code to force a Python program to end is `exit()`.
1 answer