Home Archives Search Feed Football Squares How To Use



How To Use


This markdown file provides a guide on how to read / use the blog posts @ s4c.blot.im

Each post is a fun attempt to estimate the probability of an ESPN STREAK Prop Bet Question that is not easily estimated or observed

There are 5 main sections required to solve each question and they are outlined below



Section 1


Event Time (EST)
Option 1: with link to make selection
Option 2: with link to make selection



Section 2

Inputs to Solve

##### User Estimates #####

    # creates variables that contain user estimates of the inputs needed to answer the prop bet question
    # any variables that are calculated are printed as a statement 
## Inputs Defined in the Problem
    
    # creates variables needed in the solution but are defined in the prop bet question


Section 3

Method to Solve

## [1]

    # code to complete method to solve step 1 here
## [2]

    # code to complete method to solve step 2 here
## [3]

    # code to complete method to solve step 3 here


Section 4

Solution

print("Prints the estimated probability that answers the prop bet question in the form of a statement.")

    Prints the estimated probability that answers the prop bet question in the form of a statement.    



Section 5

Info

link to download the markdown file
email: krellabsinc@gmail.com
twitter: @KRELLabs

import sys
print(sys.version)

    3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)]