2乗ができない.
python学習を始めて二日の者です.
a = Pmax**2のところで,TypeError: unsupported operand type(s) for ** or pow(): 'str' and 'int'というエラーがでます.解決方法を教えてください.
コード
#Pmax = 最大接触応力(MPa)
print('最大接触応力(MPa)は?')#各数値入力
Pmax= input('>> ')
print('最大接触応力(MPa)',Pmax) #数値確認
#計算開始
import math,cmath #math,cmathモジュールをインポート
π = math.pi #π定義
a = Pmax**2
print(a)
input()
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。