Skip to content

Instantly share code, notes, and snippets.

@HelloNamiML
Created August 10, 2020 05:01
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 HelloNamiML/f706e96150bf4bd8f4e99dd77ab0c96e to your computer and use it in GitHub Desktop.
Save HelloNamiML/f706e96150bf4bd8f4e99dd77ab0c96e to your computer and use it in GitHub Desktop.
with open(sys.argv[1], "r") as f:
receipt_data = f.read().splitlines()[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment