#sequece program m = (int('input m: ')) l = (int('input l: ')) i = (m + l) ** 2 print('(m + l)'**2 = ', i