Nov-18-2021, 10:20 AM
In Python, you can do
if 30 <= BMI < 35: ...
Issue with program not passing to other elif condition
|
|
Messages In This Thread |
Issue with program not passing to other elif condition - by Abdirahman - Nov-18-2021, 09:27 AM
RE: Issue with program not passing to other elif condition - by menator01 - Nov-18-2021, 09:59 AM
RE: Issue with program not passing to other elif condition - by supuflounder - Nov-18-2021, 10:00 AM
RE: Issue with program not passing to other elif condition - by Gribouillis - Nov-18-2021, 10:20 AM
RE: Issue with program not passing to other elif condition - by supuflounder - Nov-18-2021, 10:28 AM
RE: Issue with program not passing to other elif condition - by deanhystad - Nov-18-2021, 11:42 AM
RE: Issue with program not passing to other elif condition - by Abdirahman - Nov-21-2021, 07:04 AM
|