Computer Science, asked by nityamehra2008nm, 8 months ago

Write the output of the following code:
a=100
b=10
print(a/b)
print(a%b)
print(a 3)​

Answers

Answered by ayush8155
0

Answer:

answer is

Explanation:

A - 10

B- 1000

C- 30

Similar questions