What will be the output of the following Python code?
t=32.00 for x in t: print(x)
निम्नलिखित Python कोड का आउटपुट क्या होगा?