Example 3: A string float numeral into integer. balance_str = "1500.34" balance_int = int(float(balance_str)) # print the type print ...
確定! 回上一頁