Question

Which line of code would force a Python program to end? (1 point) Responses over() over() exit() exit() end() end() depart() depart()

Answers

There are no human answers yet.
Answered by GPT 3.5
The correct line of code to force a Python program to end is `exit()`.

Related Questions