AndyReifman / ArseneWenger

1 stars 12 forks source link

Update !table output #31

Closed AndyReifman closed 2 years ago

AndyReifman commented 2 years ago

Right now the table is printed.

   #  Team           Pl    W    D    L    GD    Pts
----  -----------  ----  ---  ---  ---  ----  -----
   1  Chelsea         9    7    1    1    20     22
   2  L'pool          9    6    3    0    21     21
   3  Man City        9    6    2    1    16     20
   4  West Ham        9    5    2    2     6     17
   5  Brighton        9    4    3    2     0     15
   6  Spurs           9    5    0    4    -4     15
   7  Man Utd         9    4    2    3     1     14
   8  Everton         9    4    2    3     1     14
   9  Leicester       9    4    2    3     0     14
‣ 10  Arsenal         9    4    2    3    -3     14
  11  Wolves          9    4    1    4     0     13
  12  Brentford       9    3    3    3     2     12
  13  Villa           9    3    1    5    -2     10
  14  Watford         9    3    1    5    -5     10
  15  Palace          9    1    6    2    -3      9
  16  Southampton     9    1    5    3    -4      8
  17  Leeds           9    1    4    4    -8      7
  18  Burnley         9    0    4    5    -8      4
  19  Newcastle       9    0    4    5    -9      4
  20  Norwich         9    0    2    7   -21      2

I suggest updating the code so that all lines include a ` (replaced by the‣` on the Arsenal line) that way the table will remain symmetrical.