Skip to content

Instantly share code, notes, and snippets.

View AnnisVeryGoodCode's full-sized avatar

Anni's Very Good Code AnnisVeryGoodCode

View GitHub Profile
@AnnisVeryGoodCode
AnnisVeryGoodCode / 0_reuse_code.js
Created June 10, 2017 17:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""This module's docstring summary line.
This is a multi-line docstring. Paragraphs are separated with blank lines.
Lines conform to 79-column limit.
Module and packages names should be short, lower_case_with_underscores.
Notice that this in not PEP8-cheatsheet.py