We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Whats is the answer? I do this: return f'{a} + {b} = {(a + b):.1f}'print(f"{compute_sum(3.1,2.2,4)}")
Whats is the answer? I do this:
return f'{a} + {b} = {(a + b):.1f}'
print(f"{compute_sum(3.1,2.2,4)}")