asked 91.4k views
1 vote
Differcence between displayed output and printed output

1 Answer

8 votes

Answer:

The display output specifies the variable's data type and returns output line by line. The print output, on the other hand, does not indicate the variable's data type and does not deliver output line by line. The print output can be used to portray any type of data, such as a string or an approximate value. The display output is a Python programming capability that is used to comprehend a line of text given by the user.

answered
User Jaket
by
8.1k points

No related questions found