We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Anonymous • 3 years ago

Whats is the answer? I do this:
return f'{a} + {b} = {(a + b):.1f}'
print(f"{compute_sum(3.1,2.2,4)}")