Which of the following error is returned by the given code ?
f = open("test.txt","w") f.write(345)
निम्न में से कौन सी एरर दिए गए कोड द्वारा प्रस्तुत किया जाता है?
TypeError: write() argument must be str, not int