A
Q. What is the output of the following Python code?
Code:
x = 10
y = 5
print(x % y)
y = 5
print(x % y)
- Correct Answer - Option(B)
- Views: 19
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.