Created
August 8, 2018 23:24
-
-
Save zaidalyafeai/ba397b17b3e9b337b918de36587130fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with open('index.html','w') as f: | |
f.write(header+script+body) | |
f.close() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment