Python has three numeric types: int; float; complex numbers. Example. x = 1 # int y = 1.2 # float y2 = 2e3 # int exponential notation, ...
確定! 回上一頁