Examveda

What will be the output of the following Python code?
t=32.00
[round((x-32)*5/9) for x in t]

A. [0]

C. [0.00]

D. Error

Answer: Option D


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python