1. a = float(input("请输入a值:"))
    2. b = float(input("请输入b值:"))
    3. print(a) if a > b else print(b)