1935 Allan Cup

The 1935 Allan Cup was the Canadian national senior ice hockey championship for the 1934-35 Senior season.

Final

Best of 3

  • Halifax 3 Port Arthur 2
  • Halifax 4 Port Arthur 3

Halifax Wolverines beat Port Arthur Bearcats 2-0 on series.

gollark: I should multithread this!
gollark: ```pythonimport itertoolschars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sfor x in generate(): print(x)```<@!330678593904443393>
gollark: YOUR CODE MUST BE BAD.
gollark: What if we try generating random programs in *your* language?
gollark: I wonder how to do this *efficiently*...
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.