What will be the output of the following Python code?
a=["Apple","Ball","Cobra"] a.sort(key=len) print(a)
निम्नलिखित Python कोड का आउटपुट क्या होगा?