Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 23, 2020 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IndhumathyChelliah/cde645e2a87e08decf809f897a9eb1c4 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/cde645e2a87e08decf809f897a9eb1c4 to your computer and use it in GitHub Desktop.
with open("colors.txt",'r')as f:
print (f.readline())#Output:red
print(f.readline())#Output:blue
print(f.readline())#Output:green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment