Compare commits
No commits in common. "3b336e30662eddda9654ac4cd188192c714ba6d9" and "eb415af2fafb2c1c830fe164fcfd1f3e8be718c8" have entirely different histories.
3b336e3066
...
eb415af2fa
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
class Calculator:
|
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):
|
def __init__(self, value=0):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user