Updated the Variable object to reconize 'k' as an installment variable type. Updated the main program's interactive UI.
This commit is contained in:
+3
-1
@@ -19,7 +19,9 @@ class Variable:
|
||||
"i" : "Interest",
|
||||
"I" : "Interest",
|
||||
"n" : "Time",
|
||||
"N" : "Time"
|
||||
"N" : "Time",
|
||||
"k" : "Installment",
|
||||
"K" : "Installment"
|
||||
}
|
||||
|
||||
def __init__(self, name, type, starting_point = 0, ending_point = 0):
|
||||
|
||||
Reference in New Issue
Block a user