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
first = open("C:\Users\DOLLA\OneDrive\Desktop\C#\FIRST.cs", "r") #to open the file the mode comes after file name,and make sure to close file after use
#r is read, r+ is read and write, a is append, w is write