#!/usr/bin/env python
#encoding: utf-8


from alfredo.commands import urbandictionary as ud
import sys

print ud.urban(sys.argv[1])
