This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| phoneNumber = 8675309#int | |
| def findPhoneNumber(phoneNumber): | |
| e = "" | |
| f = open("euler.txt") | |
| line = f.readline() | |
| while line: | |
| e = e + line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import httplib | |
| import time | |
| import datetime | |
| import re | |
| import random | |
| import live | |
| import buyLow | |
| import buySMA | |
| import buyLMA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import time | |
| import sys | |
| import random | |
| import math | |
| import numpy | |
| import matplotlib.pyplot as pyplot | |
| #MANDATORY PARAMETERS |