We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
print ("hello world") a=input(‘输入你的体重’) a=float(a) b=input('输入你的身高‘) b=float(b) print(a) print(b)
There was an error while loading. Please reload this page.