0
Как использовать оператор and в if
в = int(input()) р = float(input()) x = (в / р**2) if x < 18.5: print ("Underweight") else: print () if x = 18.5 > 24.9: print ("Normal") else: print()
1 Answer
+ 1
You forget to read instructions see again output formats what is written in Question u missed overweight and Obesity