Skip to content

Instantly share code, notes, and snippets.

View rusucosmin's full-sized avatar
💭
Building a strong team around dutylabs

Cosmin Rusu rusucosmin

💭
Building a strong team around dutylabs
View GitHub Profile
@rusucosmin
rusucosmin / x.py
Created November 21, 2015 20:32 — forked from harababurel/x.py
import re
from random import randint, choice
f = open('algebra.html', 'r')
g = open('algebra2.html', 'w')
updated = 0
sumSoFar = 0.0
modes = ['low', 'avg', 'high']