Create a program to read text from the file named test1.txt, and print the content as it is. * The file test.txt is supp
Posted: Tue Jul 12, 2022 8:04 am
Create a program to read text from the file named test1.txt, and print the content as it is. * The file test.txt is supposed to be at the same folder of the program, so open("test1.txt") will be fine. X test1.txt is already uploaded to the