What is the output of the following
y='klmn' for i in range(len(y)): print(y)
निम्नलिखित कोड का आउटपुट क्या होगा?