GulrezAnwar

Results 1 issues of GulrezAnwar

this is my code f = open("demofile.txt","r") ​print(f.read ()) output C:\Users\My Name>python demo_file_open.py Hello! Welcome to demofile.txt This file is for testing purposes. Good Luck! f = open("demofile.txt","r") print(f.read(50)) output...