Skip to content

Commit

Permalink
Merge pull request #155 from MIT-Emerging-Talent/fix_solutions_codes
Browse files Browse the repository at this point in the history
fix codes files
  • Loading branch information
Razan-O-Elobeid authored Jan 12, 2025
2 parents 4968c13 + b08c656 commit 509ed0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solutions/direction_to_degree.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
direction_to_degree.py
Expand Down
1 change: 1 addition & 0 deletions solutions/feet_to_meters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Module to convert feet to meters.
Expand Down
2 changes: 2 additions & 0 deletions solutions/miles_to_kilometers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
miles_to_kilometers.py
Expand Down
1 change: 1 addition & 0 deletions solutions/volts_to_amperes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
This module contains a function to convert voltage to amperes using Ohm's law.
The formula used is: I = V / R
Expand Down

0 comments on commit 509ed0f

Please sign in to comment.