@xnpgofqfoposted at 2024-03-26more_horizAre you sure you want to delete the question?closeLeaving a resolved question undeleted may help others!Delete question[Python] 計算ができませんQ&AClosedPython初心者 状況 税抜価格から税込価格を求めるコードを書いてるのですが計算するところでつまずきます。 型変換したりしましたが上手く行きませんでした。 コード a = input("入力してください。") b = 1.08 sum = a * b print(sum) エラー TypeError: can't multiply sequence by non-int of type 'float' 0subscribe