Q:

What is the value of the following expression?8/4/2, 8/(4/2) The above expressions are evaluated as: 2/2, 8/2, which is equal to (1.0, 4.0)

0

What is the value of the following expression?

8/4/2, 8/(4/2) The above expressions are evaluated as: 2/2, 8/2, which is equal to (1.0, 4.0).


  1. (1.0, 4.0)
  2. (1.0, 1.0)
  3. (4.0. 1.0)
  4. (4.0, 4.0)

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

(1.0, 4.0)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Python Multiple Choice Questions And Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What will be the output of the following Python co... >>
<< What are the values of the following Python expres...