Skip to content

Commit 157a12f

Browse files
committed
Fix the linter issues
1 parent 880dfe8 commit 157a12f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

python-built-in-functions/calculations.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
exec(function)
1111

1212

13-
add(1, 2)
14-
subtract(3, 2)
15-
multiply(2, 3)
16-
divide(6, 3)
13+
# Uncomment the following lines
14+
# print(add(1, 2))
15+
# print(subtract(3, 2))
16+
# print(multiply(2, 3))
17+
# print(divide(6, 3))

0 commit comments

Comments
 (0)