Computer Science, asked by aryashikarwar, 1 month ago

what is the output of the following program: a=3 b=2 print("Result : " , a"b)
Result : 9
Result : 3
Result : 27​

Answers

Answered by samalayushman06
0

Answer:

a=3 b=2 print("Result : " , a^b)

Explanation:

answer: Result:9

Similar questions