test change py

This commit is contained in:
Thijs Kamphuis 2025-01-28 01:22:39 +01:00
parent 1e4ab6913a
commit 1c923552c8

View File

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