Skip to content

Instantly share code, notes, and snippets.

@jfo
Created February 11, 2014 21:08
Show Gist options
  • Save jfo/8944189 to your computer and use it in GitHub Desktop.
Save jfo/8944189 to your computer and use it in GitHub Desktop.
import os, io
def main():
f = open('pyramid.txt', 'r')
root = {}
for l in f.readlines()
l = l.split()
if not root:
l
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment