Skip to content

Commit 8b2826a

Browse files
authored
57. function-with-parameters.py
1 parent 5c0d0f4 commit 8b2826a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function-with-parameters.py renamed to 57. function-with-parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ def sum(a, b):
33
print(f"Sum of {a} and {b} is {c}")
44

55
sum(44, 56)
6-
sum(100, 0.008889)
6+
sum(100, 0.008889)

0 commit comments

Comments
 (0)