This commit is contained in:
Thijs Kamphuis 2025-01-28 01:27:46 +01:00
parent a83d18566f
commit ff83335b72

View File

@ -7,7 +7,7 @@ class Calculator:
def __init__(self, value=0):
"""
Initializes the calculator with a starting value.
Initializes the calculator with a starting value. PP
:param value: The starting value of the calculator (default is 0).
"""