Compare commits

..

No commits in common. "3b336e30662eddda9654ac4cd188192c714ba6d9" and "eb415af2fafb2c1c830fe164fcfd1f3e8be718c8" have entirely different histories.

View File

@ -2,7 +2,7 @@
class Calculator:
"""
A kk kk simple calculator class to perform basic arithmetic operations.
A kk simple calculator class to perform basic arithmetic operations.
"""
def __init__(self, value=0):