Discuss / Python / 交作业

交作业

Topic source

不惑之年

#1 Created at ... [Delete] [Delete and Lock User]

bmi =weight/(height**2)

print(bmi)

if bmi > 18.5 and bmi < 25:

    print(bmi, 'pass')

else:

    print('not pass')


  • 1

Reply