We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2935a34 commit 0681d0fCopy full SHA for 0681d0f
labfis/main.py
@@ -62,14 +62,11 @@ def format(self):
62
for digit in su:
63
if digit == "0":
64
r += 1
65
- print("zero", r)
66
elif digit == "9" and "1" in str(round(self.uncertainty,r)):
67
- print("yes", r)
68
m = round(self.mean, r-1)
69
u = round(self.uncertainty, r)
70
return((m,u))
71
elif digit != ".":
72
- print("Number")
73
m = round(self.mean, r)
74
75
0 commit comments