Computer Science, asked by sonu10504kumar, 5 months ago

what will be the following output by the following code
a=10
a=a+20
a=a-5
print(a)
a, b=a-2,20
print (a, b)

Answers

Answered by sidhant014
0

Answer:

it will print the numbers which you have a signed in the place of a and b

Explanation:

by the way the following language is python right

Similar questions