You hard headed bastard

Simply put my solution to a properly-bad-mood, was either I’m going to bed or hitting  game, may as well hit a game. But what I really felt like was hitting my head into the proverbial wall.

Well that makes three sides and I’m too lazy to fetch a coin, so I asked Python for help:

23:34 – Spidey01: You wanna know how good random numbers are?
23:34 – Friend: um sure
23:35 – Spidey01: Ok, so I decided I’m either going to play a game, go to bed, or bang my head into a wall
23:36 – Spidey01: > python
Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on
win32
Type “help”, “copyright”, “credits” or “license” for more information.
>>> from random import choice
>>> choice([‘game’, ‘head-bang’, ‘bed’])
‘head-bang’
>>>
23:36 – Spidey01: Door jams are good for that, right?
23:36 – Friend: aw
23:37 – Friend: i dont think banging your head against a wall with help anything
23:37 – Spidey01: Dang, my head is harder than the wall o/
23:38 – Spidey01: Well, I didn’t think the Random numbers would hate me….
23:38 – Friend: well it is random
23:38 – Spidey01: 1/3 though
23:39 – Friend: lol

And yes, I really did bang my head into the door jam, lol.