What will be the output of the following ?
a) print(17//4)
b) print(17/4)
c) print(14%4)
d) 14.0//4
Answers
Answered by
3
Answer:
Explanation:
Output of (a) = 4
Output of (b) = 4.25
Output of (c) = 2
Output of (d) = Error
Similar questions
Hindi,
1 month ago
Social Sciences,
1 month ago
English,
3 months ago
English,
3 months ago
Computer Science,
10 months ago
Math,
10 months ago
Math,
10 months ago