write(f,"Ip dip, sky blue")
f.seek(0)
print "File says", f.read()
f.close(), 2.f = file(u"c:\\python\\test.txt", "w+")
print >> f, "Ip dip, sky blue"
f.seek(0)
print "File says", f.read()
f.close(), 3.f = file(u"c:\\python\\test.txt", "w+")
f.write("Ip dip, sky blue")
f.seek(0)
f.close(), 4.f = file(u">
MCQs > IT & Programming > Symbian Platform Python > Which code snippet is used to write text without adding a new line character after a particular string?

Symbian Platform Python MCQs

Which of the following code snippets is used to write text without adding a new line character after a particular string?

Answer

Correct Answer:

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Symbian Platform Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Symbian Platform Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it