#encoding: utf-8


from alfredo import urbandictionary as ud
import sys

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