def st?rst(tall_en, tall_to): if tall_en > tall_to: return tall_en return tall_to favoritt = st?rst(70, 34) print(favoritt)