Commit 205f8fa8 by Arham Akheel

Code Changes, last line of Python code

parent 1e2b6b6d
...@@ -54,3 +54,4 @@ for container in containers: ...@@ -54,3 +54,4 @@ for container in containers:
f.write(brand + ", " + product_name.replace(",", "|") + ", " + shipping + "\n") f.write(brand + ", " + product_name.replace(",", "|") + ", " + shipping + "\n")
f.close() # Close the file f.close() # Close the file
---End of code---
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment