a,b= [int(x) for x in input().split()] max=a if (b>max): max=b print(max)
輸入:520 69
運行結果:
請輸入兩個整數:520 69 520 Process finished with exit code 0
python Achieve timed tasks lo
There is no denying it , The r
1、PyListObject對象typedef struct
source : impression pythonrepo
數據類型數據類型概念:數字類型:整數型int浮點型float
一、 面向對象特性之多態: 上一篇已經介紹了面向對象的三大