jkbbwr
fun add(x: Int, y: Int): Int = Python<Int>(::add, {""" print "hello from python!" return x + y """})