Skip to content

Instantly share code, notes, and snippets.

@BlackFoxgamingstudio
Created August 14, 2021 20:10
Show Gist options
  • Save BlackFoxgamingstudio/7421ce96e792950c79ce53499254b407 to your computer and use it in GitHub Desktop.
Save BlackFoxgamingstudio/7421ce96e792950c79ce53499254b407 to your computer and use it in GitHub Desktop.
how to open file
with open('diagram.py', 'w') as file:
data = "blah"
file.write(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment