Skip to content

Commit 5847c97

Browse files
committed
Adding 'hour' to list of units
1 parent 3d3ad40 commit 5847c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from function_library import * # import functions
44

5-
units = ['centimeter','meter','inches','Inches','feet'] #the names of the functions that will preform conversion.
5+
units = ['centimeter','meter','inches','Inches','feet','hour'] #the names of the functions that will preform conversion.
66

77
flag = True
88
while flag == True: # Prompts for starting unit

0 commit comments

Comments
 (0)