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 4af51dd commit 7b9ba02Copy full SHA for 7b9ba02
calculator.py
@@ -47,7 +47,7 @@ def calc(k):
47
k = input("\nWhat is ")
48
49
k = k.replace(' ', '')
50
- k = k.replace('^',' **')
+ k = k.replace('^', '**')
51
k = k.replace('=', '')
52
k = k.replace('?', '')
53
k = k.replace('%', '/100')
0 commit comments