# Exhibit A def f():print 7;return 5print 3\ +f() # =====================print "="*20# ===================== # Exhibit B def f():print 7;return 5print 3\+f()
Standard input is empty
3 7 ==================== 7 8
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!