I keep getting 0 if I simply divide in python. Is there any way that we get get a solution? I even tried doubleslash, same result.
The following is the code:
print(5/10)
0
I keep getting 0 if I simply divide in python. Is there any way that we get get a solution? I even tried doubleslash, same result.
The following is the code:
print(5/10)
0