lr6

parent 7fcb429f
......@@ -18,7 +18,6 @@ def convert_precision(prec):
def calculate(*args, **kwargs):
precision = convert_precision(kwargs['precision'])
output_type = kwargs['output_type']
print(precision)
if args[-1] == '+':
result_sum = sum(args[0:-1])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment