1. ホーム
  2. python

[解決済み】syntaxerror: "pythonの行継続文字の後に予期しない文字がある "数式

2022-01-26 05:23:17

質問内容

Pythonのプログラムで、数学、計算、解答などを行うために作成しているのですが、syntaxerror: "unexpected character after line continuation character in python"が表示されます。

これは私のコードです

print("Length between sides: "+str((length*length)*2.6)+" \ 1.5 = "+str(((length*length)*2.6)\1.5)+" Units")

私の問題は \1.5 試してみたところ \1.5 しかし、それは動作しません

python 2.7.2使用

解決方法は?

除算演算子は / ではなく \