249,043 views
26 votes
26 votes
Differcence between displayed output and printed output

User Hukir
by
2.8k points

1 Answer

11 votes
11 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.

User LLaP
by
3.3k points