<AptiCode/>

Question 402: What is the result of the following operation:10 / 3?

tcs
wipro
infosys
general
aptitude
operators
python-programming

The result of the operation10 / 3in Python is 3.3333333333333335.The5you see at the end is just a rounded representation of the number. It's common for floating-point representations to include a small error due to the way computers handle floating-point arithmetic.