nfl week 8


well i worked on 2 things but i dont have srceenshots to showv from one so i just am going to talk my nfl thing

class downs:
    FIRST_DOWN = 1
    SECOND_DOWN = 2
    THIRD_DOWN = 3
    FOURTH_DOWN = 4
    print ("down" and "yards to go")
    for i in range   [FIRST_DOWN, SECOND_DOWN, THIRD_DOWN, FOURTH_DOWN]:
        for yards_to_go in [in.,1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20,]:
            print(f"Down: , Yards to Go: {yards_to_go}")
            

this will add downs and yards the yards to go from inches to 20 but frist down will always be 10 at frist so for exmaple if the ravens have the ball and gains 6 it will print ravens ball 2nd & 4

thank you for reading this

im not fully done with the downs file but the wording above explains the end goal for it

next week is week 9


Leave a Reply

Your email address will not be published. Required fields are marked *