What is the output of the expression, 7*1**7 ?
Answers
Answered by
15
Answer:
the output of this expression is 49
Answered by
7
7 is the correct output of the given expression,
Explanation:
Following are description of the output
- As this question is the python programming question and we will solve this question according to the precedence.
- ** is the higher precedence than that of * so ** will solve firstly.Therefore
- 1**7 will be solved first.After solving this will produce as a result 1 then we will solve 7*1 which gives 7.
Learn More :
What is the output of this expression, 3*1**3?
(27,9,3,1)
https://brainly.in/question/12562171
Similar questions