Write a python program to open and write string into a file? code example Example: read and write to file python file = open(“testfile.txt”, “r+”)