Skip to content

Instantly share code, notes, and snippets.

@jakes2255
Last active August 29, 2019 13:28
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 jakes2255/43482e21bbe5a63ded117b57418dfeb8 to your computer and use it in GitHub Desktop.
Save jakes2255/43482e21bbe5a63ded117b57418dfeb8 to your computer and use it in GitHub Desktop.
#Open the file and pass data to be written.
file1 = open(completeName, "w")
toFile = "SCN: Questions of the Day!"+\
"\n"+"**************************""\n"
file1.write(toFile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment