Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

input() print() display() a sentence true. the function is used to acqu…

Question

input() print() display() a sentence true. the function is used to acquire data from the user.

Explanation:

Brief Explanations

In Python, the input() function is used to get user - entered data. The print() function is for outputting data to the console, and display() is not a built - in function in the Python standard library for the same basic purpose as input().

Answer:

input()