# Exhibit A
def f():print 7;return 5
print 3\
+f()
# =====================
print "="*20
# =====================
# Exhibit B
def f():print 7;return 5
print 3\
+f()
IyBFeGhpYml0IEEKCmRlZiBmKCk6cHJpbnQgNztyZXR1cm4gNQpwcmludCAzXAoKK2YoKQoKIyA9PT09PT09PT09PT09PT09PT09PT0KcHJpbnQgIj0iKjIwCiMgPT09PT09PT09PT09PT09PT09PT09CgojIEV4aGliaXQgQgoKZGVmIGYoKTpwcmludCA3O3JldHVybiA1CnByaW50IDNcCitmKCk=