This commit is contained in:
Thijs Kamphuis 2025-01-28 02:04:26 +01:00
commit 3b336e3066

View File

@ -7,7 +7,7 @@ class Calculator:
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).
"""