n=int(input("please enter the number about radius of the circle:"))
a=pow(n,2)
SyntaxError: multiple statements found while compiling a single statement
为什么呢
...全文
34083打赏收藏
python 平方报错multiple statements found while compiling a single state
n=int(input("please enter the number about radius of the circle:")) a=pow(n,2) SyntaxError: multiple statements found while compiling a single statement 为什么呢