i code for a class in spyder and i have a problem.
I cant make a variable that is a float, it makes it as a int. For ex: 1/2=0 and i have tryed to print print(float(1/2)) and it returns 0.0. And 528/298 gives me 1. Hope i can get a fast awnser.
This is for spyder, python.