Skip to content
Snippets Groups Projects

Add rainfall module

Merged Jack Pink requested to merge dev into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
def inches_to_mm(inches):
mm = inches * 25.4
return mm
Loading