Computer Science, asked by alina2k20, 8 months ago

Give the Output for the following statements: (1* 5=5)

(1). num1=25

num2=num1**(1)

print(num2)​

Answers

Answered by varsha5644
1

Answer:

Write the output of the following. a) num1 = 4 num2 = num1 + 1 num1 = 2 ... Therefore, print(num1) will give the output 1024.

Similar questions