Computer Science, asked by amishafilomeena1003, 9 months ago

Debug the following:

1. #to display quotient

A,B=100,50

A+B=C

Print(answer is, C)


2. num=90

print(Id(num))​

Answers

Answered by suvadeepkundu908
1

Explanation:

1.A,B=100,50

c=100+50=150

2. num=90

print(Id(num))

id(90)

Similar questions