Skip to content
Snippets Groups Projects
Commit 1b8f1b1b authored by Jack Pink's avatar Jack Pink
Browse files

Add rainfall processing placeholder

parent fa1e4ba9
Branches
No related tags found
No related merge requests found
...@@ -26,3 +26,5 @@ for line in climate_data: ...@@ -26,3 +26,5 @@ for line in climate_data:
kelvin = temp_conversion.fahr_to_kelvin(fahr) kelvin = temp_conversion.fahr_to_kelvin(fahr)
print(str(celsius)+", "+str(kelvin)) print(str(celsius)+", "+str(kelvin))
# TODO(Pink): Add call to process rainfall
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment