Computer Science, asked by shyamsinghchouhan513, 8 months ago

What is the output of the following
Code:
>>> 2**3** 0

8
2
6
0​

Answers

Answered by anindyaadhikari13
1

Question:-

Write the output of the following code.

Steps:-

2**3**0

=2

Output:-

2

Similar questions