Write the output of the following code:
a=100
b=10
print(a/b)
print(a%b)
print(a 3)
Answers
Answered by
0
Answer:
answer is
Explanation:
A - 10
B- 1000
C- 30
Similar questions