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 9b383a3 commit d59b35cCopy full SHA for d59b35c
compound_interest.py
@@ -18,7 +18,7 @@ def compound_interest(p, t, r):
18
19
def main():
20
21
- # for speed
+ # for speed
22
read = sys.stdin.readline
23
write = sys.stdout.write
24
0 commit comments