Skip to content

Commit a3b5136

Browse files
author
Pekka Pietikäinen
committed
+1
1 parent a2046a2 commit a3b5136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def __init__(self):
33
self.var1 = 15
44

55
def calculate(self):
6-
self.result = self.var1 * 4 + 2
6+
self.result = self.var1 * 4 + 3
77

88
def retrieve(self):
99
return self.result

0 commit comments

Comments
 (0)