Skip to content

Commit dab312e

Browse files
pz-evenharshildarji
authored andcommitted
bugs fixed (TheAlgorithms#623)
* bugs fixed * bugs fixed * bugs fixed
1 parent d75bec8 commit dab312e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Maths/absMax.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def main():
2424

2525
"""
2626
print abs Max
27-
"""
27+
"""

Maths/absMin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ def main():
1717
print(absMin(a)) # = -1
1818

1919
if __name__ == '__main__':
20-
main()
20+
main()

0 commit comments

Comments
 (0)