208k views
7 votes
Question 8

Consider the following code:
a = 3
b = 2
print (a **b)
What is output? 9, 6 , 1, 8​

2 Answers

4 votes
(axb)=c
A=3
B=2
C=?

3x2 =6
User Luke Van In
by
5.2k points
10 votes

Answer:

6 ?

Step-by-step explanation:

a*b = 3*2 = 6

maybe like this.

User Miha Jamsek
by
4.5k points