Skip to content

Instantly share code, notes, and snippets.

@chicagowebmanagement
Last active August 21, 2019 16:41
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 chicagowebmanagement/080c857afd017a97209ac804dfbd2fe0 to your computer and use it in GitHub Desktop.
Save chicagowebmanagement/080c857afd017a97209ac804dfbd2fe0 to your computer and use it in GitHub Desktop.
testing of Ryan Elam's code
import csv
with open("testingme.csv","w") as csvfile:
write=csv.writer(csvfile, delimiter=",")
write.writerow (["Top Gun", "Risky Business", "Minority Report"])
write.writerow (["Titanic", "The Revenant", "Inception"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment