a=int(input("請輸入a的值:")) b=int(input("請輸入b的值:")) c=int(input("請輸入c的值:")) if a>=b: if b>=c: print("最大值為:",a) elif c>=b:
確定! 回上一頁