Which function is used to write all the characters?
Which function is used to write all the characters? Correct Answer write()
To write a fixed sequence of characters to a file fh = open(“hello.txt”,”w”) write(“Hello World”).
মোঃ আরিফুল ইসলাম
Feb 20, 2025