Why does simple division by 10 results in such answers rather than shifting of a decimal place to the left? How can I shift decimal place to the left by using simple arithmetic operations in Python? repeated division of 3333333 by 10
PS: I am an absolute beginner to programming. So pardon me if it is too silly a question! Thanks in advance!