Computer Science, asked by anjalirawat10071989, 7 months ago

which function helps us set name on our game window​

Answers

Answered by indrajeet13062
1

Answer:

exit() (which terminates the program). If a loop like this was inside a function, a return statement will also move execution out of the loop (as well as the function too). The games in this book all have these while True loops in them along with a comment calling it the "main game loop".

Similar questions