Skip to content

Commit

Permalink
amro
Browse files Browse the repository at this point in the history
  • Loading branch information
Elshikh-Amro committed Jan 12, 2025
1 parent 0272ac6 commit de31ff6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solutions/convert_temperature.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
This module provides functionality to convert temperatures from Celsius
to Fahrenheit and Kelvin.
Expand Down
2 changes: 2 additions & 0 deletions solutions/steps_to_floor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Building Steps Calculator
Expand Down
2 changes: 2 additions & 0 deletions solutions/tests/test_convert_temperature.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Unit tests for the convert_temperature function.
"""
Expand Down
2 changes: 2 additions & 0 deletions solutions/tests/test_steps_to_floor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Unit tests for the steps_to_floor_core function, which calculates the number
of steps required to reach a specified floor.
Expand Down

0 comments on commit de31ff6

Please sign in to comment.