I have two numbers:
a = 4
b = 1166
when I am doing:
print(a/b)
It is showing output :0
Can you help me why is is not showing exact result?
I have two numbers:
a = 4
b = 1166
when I am doing:
print(a/b)
It is showing output :0
Can you help me why is is not showing exact result?