A collection of cheat sheets.
Hosted on GitHub Pages — Theme by mattgraham
def hello(): print("Hello World!") if __name__ == "__main__": hello()