Skip to content

Commit 9f6c7b2

Browse files
Update functions_mustafa_eren_tugcu.py
1 parent 94d1572 commit 9f6c7b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Week03/functions_mustafa_eren_tugcu.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
from collections import defaultdict
2-
from typing import Tuple, Dict
3-
41
custom_power = lambda x = 0 , / ,e = 1, : x**e
52

63
def custom_equation(x: int = 0, y: int = 0, /, a: int = 1, b: int = 1, *, c: int = 1 ) -> float :

0 commit comments

Comments
 (0)