173k views
1 vote
python's built-in function library eliminates the need for programmers to write new functions for actions like asking for user input or moving objects on the screen. true false

User Prentis
by
8.1k points

1 Answer

5 votes

Answer:

True.

Step-by-step explanation:

Python has a wide range of built-in functions that can be used for various tasks such as taking user input, manipulating strings and lists, performing mathematical operations, etc. This eliminates the need for programmers to write new functions for these common actions.

User Jinmichaelr
by
8.2k points