1898 USFSA Football Championship

Statistics of the USFSA Football Championship in the 1898 season.

Paris Championship

1.Standard Athletic Club                   10   9  0  1  50- 5  18
1.Club Français                            10   9  0  1  27- 6  18
3.United Sport Club                        10   5  1  4  10-22  11
4.Racing Club de France                    10   3  2  5  11-31   8
5.Paris Star                               10   2  1  7   3-37   5
6.The White Rovers                         10   0  0 10   0- 0   0     

Final

  • Standard Athletic Club 3-2 Club Français
gollark: I use terminator.
gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
gollark: The homoglyphs thing would have been better, to be honest! I just copypasted the translation table esobot uses out of its source code.
gollark: But I'm really typing this fast! You're discriminating against me!
gollark: Bow to my amazing typing abilities, mortals.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.