print("3[2;89H ", force * math.sin(math.radians(degree)))
the force * math.sin(math.radians(degree) is what i needed to be rounded to 4 decimal places
Source: Python Questions
print("3[2;89H ", force * math.sin(math.radians(degree)))
the force * math.sin(math.radians(degree) is what i needed to be rounded to 4 decimal places
Source: Python Questions