Skip to content

Instantly share code, notes, and snippets.

View theBrokeQuant's full-sized avatar

theBrokeQuant

View GitHub Profile
import time
import sys
import random
import math
import numpy
import matplotlib.pyplot as pyplot
#MANDATORY PARAMETERS
@theBrokeQuant
theBrokeQuant / Main Program
Last active July 11, 2018 16:12
Live Environment
import httplib
import time
import datetime
import re
import random
import live
import buyLow
import buySMA
import buyLMA
phoneNumber = 8675309#int
def findPhoneNumber(phoneNumber):
e = ""
f = open("euler.txt")
line = f.readline()
while line:
e = e + line