a=int(input("Unesite 1. broj")) b=int(input("Unesite 2. broj")) c=a+b if c > 20: print("Suma je veca od 20") else: print("Suma je manja od 20")