Python warf zwischen 0 und 1 auf die Zahl

NewValue = (((OldValue - OldMin) * (NewMax - NewMin)) / (OldMax - OldMin)) + NewMin
Real Raccoon