You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open('Rishi.txt','r') as f: #using 'with' keyword,we have not to close the file explicitly using f.close(),it automaticlly close when block execution completes