Computer Science, asked by baburao1killo, 6 months ago

Find the output of the following code: 21
W, X, Y, Z = 21, 2, 3, 21
print(w/4)
print(w//4)
print(***y)
print(z%)
O 5580
O 5.25 5 87
O 5587
O 5.25 5 8 0​

Answers

Answered by dc3040445
1

Answer:

option c is the answer of this

Answered by patiarunabha123
3

Answer:

option d is correct. 5.25 5 8 0

Similar questions