1980 Buffalo State Bengals football team

The 1980 Buffalo State Bengals football team represents Buffalo State College. They are led by first year head coach Les Dugan and play their home games at Coyer Field.

1980 Buffalo State Bengals football
Head coachLes Dugan (1st season)
Home stadiumCoyer Field

Schedule

[1]

DateOpponentSiteResult
September 20at MansfieldMansfield, PAL 6-7
October 3at NiagaraLewiston (town), NYW 15-8
October 12at MaristW 26-18
October 27at HobartGeneva, NYW 29-28
November 2at MITCambridge, MAL 29-28
November 8at Canisius
L 6-24
gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
gollark: <@319753218592866315> What?
gollark: AutoBotRobot actually has to do a bunch of AST hackery to make asynchronousness work.
gollark: &sys exec await ctx.send("APIOID")
gollark: I don't know how.

References

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