#Python(043)字串與整數相乘 ''' 將字串轉換為整數型態 '''. i = 'A' j = 'ABC'. print('印出i的型態') print(type(i)) print('印出i:') print(i)
確定! 回上一頁