a. What will be the output produced by the following code-
A, B, C, D=9.2, 2.0, 4, 21
print(A/4)
print(A//4)
print(B**C)
print(A%C)
Answers
Answered by
6
Answer:
2 one
Explanation:
☀☀☀☀
Similar questions