# deh function! def answer(s): return "OMG USER! I can't believe you just said: " + s # deh test program! oh, python is so nice and short. s = "hello computer!" print(s) print("> " + answer(s))