Update src/test.py
This commit is contained in:
parent
ff83335b72
commit
eb415af2fa
@ -7,7 +7,7 @@ class Calculator:
|
|||||||
|
|
||||||
def __init__(self, value=0):
|
def __init__(self, value=0):
|
||||||
"""
|
"""
|
||||||
Initializes the calculator with a starting value. PP
|
Initializes the calculator with a starting value.
|
||||||
|
|
||||||
:param value: The starting value of the calculator (default is 0).
|
:param value: The starting value of the calculator (default is 0).
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user