File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ class MathOperations:
66
def add_numbers(num1, num2):
77
return num1 + num2
88

9-
math_operations_instance = MathOperations()
109
sum_of_numbers = MathOperations.add_numbers(10, 15)
1110

12-
print(f"Sum of Numbers: {sum_of_numbers}")
11+
print(f"Sum of Numbers: {sum_of_numbers}")

0 commit comments

Comments
 (0)