What will be the output produced by following code?
a,b,c,d=9.2, 2.0, 4, 21
print(a/4)
print(a//4)
print(b**c)
print(d//b)
print(a%c)
Answers
Answered by
0
Answer:
it will follow the value of a b c and d what you have assigned to them in the first line itself
Similar questions
Social Sciences,
3 months ago
Biology,
8 months ago
Hindi,
1 year ago
Math,
1 year ago
Chemistry,
1 year ago