a = 10 b = 20 if a > b: print("a er st?rre enn b") else: print("a er ikke st?rre en b")