zackariaalikhan
zackariaalikhan zackariaalikhan
  • 10-07-2020
  • Computers and Technology
contestada

What's the value of this Python expression? ((10 >= 5*2) and (10 <= 5*2))

Respuesta :

ronhagrid310
ronhagrid310 ronhagrid310
  • 10-07-2020

Answer:

1 (true)

Explanation:

10 == 10 is valid=> 10 >= 10 is valid => 10 >=(5*2) is valid

10 == 10 is valid=> 10 <= 10 is valid => 10 <=(5*2) is valid

=>  ((10 >= 5*2) and (10 <= 5*2)) is valid => Return 1 or True

Answer Link

Otras preguntas

Find all zeros of the function and write the polynomial as a product of linear factorsf(x)=x^4+29x^2+100
If 7 + 3x = 22, then 2x =
What is the definition of role on the wall
What are cirrus.cirrostratus. And cirrocumulus clouds made up of
What is the formula for the area of a circle?
What is 3 and 1/8 + 1 and 2/5 ? please answer I need help with my hw
A balloon, whose volume at 23°C is 535 mL, is heated to 46°C. Assuming the pressure and amount of gas remain constant, what is the volume of the balloon at 46°C
What is 3 and 1/8 + 1 and 2/5 ? please answer I need help with my hw
What is the earliest form of writing?
F(x) = 4x^2 - 3x + 2kx + 1 What's the value of k for which the function has two zeros?? Can someone show me step by step?