adplus-dvertising
frame-decoration

Question

What is the output of the code shown below?
t=32.00
[round((x-32)*5/9) for x in t]

a.

[0]

b.

0

c.

[0.00]

d.

Error

Posted under Python

Answer: (d).Error

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the code shown below?