def storst_av_to(tall1,tall2): if tall1 >tall2: print(tall1,"er storre enn",tall2) else: print(tall2,"er storre enn",tall1)