Skip to content
Snippets Groups Projects

added cm placeholder

Merged Jack Pink requested to merge feature_cm into dev
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
def inches_to_mm(inches):
mm = inches * 25.4
return mm
# TODO add function inches_to_cm
Loading