Q53
What will be the output of the following Python code? t=32.00 [round((x-32)*5/9) for x in t]
A.
[0]
B.
0
C.
[0.00]
D.
Error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board