English, asked by tseringchosphel2522, 2 months ago

What will be the output given by following python code statements ? print(17 % 5)

Answers

Answered by lyngdohmagrina
2

Answer:

In Python 2, 'print' is not a function, it is a statement. ... x = 10 y = 5 print("sum of",x,"and", y,"is",x+y).

Explanation:

Hope it helps you dear friend.

Similar questions