We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a9303f5
Fix a typographical error in sample code. The correct syntax is: print(f"Pay ${tax:.2f}")
print(f"Pay ${tax:.2f}")