Computer Science, asked by shreemad4767, 6 hours ago

What is the output of the following expression in python ? print (3/5)

Answers

Answered by cvayush
0

Explanation:

If you type print(3/5) the output will be an

error

so,

you have to type print("3/5")

Hope it's helpful for you

Similar questions