import ruby def ruby_add(a, b) a + b end import python def python_add(a, b): return ruby_add(a, b) print python_add(3, 4) // -> 7I was rickrolled, darn! this 10-month old PyRuby got me really good!
PyRuby
s/blog/pba/
import ruby def ruby_add(a, b) a + b end import python def python_add(a, b): return ruby_add(a, b) print python_add(3, 4) // -> 7I was rickrolled, darn! this 10-month old PyRuby got me really good!
0 comments:
Post a Comment