Danny Ray Mitchell
Danny Ray Mitchell, Sr. (August 23, 1943 – May 2, 2013) was an American businessman, Baptist minister, and politician.
Born in Shreveport, Louisiana, Mitchell graduated from Booker T. Washington High School. He served in the United States Air Force and then open a men's clothing store in Shreveport. Mitchell went to University of Maryland and then graduated from Southern University. In 1976, Mitchell became a Baptist minister and continued his education going to: Shreveport Bible College, United Theology Seminary, Baptist Christian College, and Moody Institute of Theology. Mitchell served in the Louisiana House of Representatives from 1991 to 1999 and was a Democrat. Mitchell died in Shreveport, Louisiana.[1][2][3]
Notes
gollark: It MIGHT be somewhat entirely derived from JSK.
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")
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.