Computer Science, asked by s1044sachinkumar2843, 15 days ago

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 ramapadhye
3

Answer:

Explanation:

Output of (a) = 4

Output of (b) = 4.25

Output of (c) = 2

Output of (d) = Error

Similar questions