115k views
0 votes
Write a statement that will store a true Boolean b if the value in the variable m is 44 or less

1 Answer

6 votes

Answer:

b = false

if m <= 44:

b = true

Step-by-step explanation:

User Tomasz Szulc
by
7.8k points

No related questions found