# -*- coding: utf-8 -*- """ Created on Wed Oct 10 09:30:43 2018 @author: Angelo """ def eserc1 (s1, s2, i1, i2): print(s1+s2) print(i1*i2) return 0