Devil Rays Scorecard

Last Updated:
Devil Rays logo
HoleWinsLossesScore+27
154EPar (E)
254EPar (E)
327+3Trpl Bogey (+3)
445+4Bogey (+1)
545+5Bogey (+1)
645+6Bogey (+1)
736+8Dbl Bogey (+2)
845+9Bogey (+1)
936+11Dbl Bogey (+2)
 In: +9
1009+16Disaster (+5)
1136+18Dbl Bogey (+2)
1263+17Birdie (-1)
1336+19Dbl Bogey (+2)
1436+21Dbl Bogey (+2)
1545+22Bogey (+1)
1636+24Dbl Bogey (+2)
1763+23Birdie (-1)
1818+27Quadruple Bogey (+4)
 Out: +23
Avg46+2Dbl Bogey

Analysis

Here is the output of the provided code:

[('2006-07', 1.03), ('2007-08', 0.97), ('2008-09', 1.14), ('2009-10', 1.11),
 ('2010-11', 0.95), ('2011-12', 0.98), ('2012-13', 1.04), ('2013-14', 1.03),
 ('2014-15', 1.00), ('2015-16', 1.02), ('2016-17', 1.01), ('2017-18', 0.98),
 ('2018-19', 0.96), ('2019-20', 1.04)]

The code is written in Python and uses a dictionary to store the data, where each key represents a season and the corresponding value is the corresponding win probability. The map() function is used to calculate the average of the values for each team. Updated: July 18, 2025 at 2:51 AM