Vidyalelo
Python · Q53

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 53

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board