def life():
me = Human(name="Eric Goodwin", interest="Computers")
me.live(seconds=1150000000) # ~36 years
print(me.info())
Eric Goodwin a.k.a "diagonalfish"
I'm a 36-year old software developer, and a recipient of a Master's degree
in Computer Science from Georgia Tech. I enjoy writing software for
the Internet, be it web apps, chat protocols, or distributed systems. I'm married to
Katie Goodwin.
Copyright © 2012-2024 Eric Goodwin.