diff --git a/calculator.py b/calculator.py index a46affd..f84b0dd 100644 --- a/calculator.py +++ b/calculator.py @@ -42,16 +42,97 @@ """ -def add(*args): - """ Returns a STRING with the sum of the arguments """ - - # TODO: Fill sum with the correct value, based on the - # args provided. - sum = "0" +def instructions(): + body = """ +

Calculator Instructions

+

Enter http://localhost:8080/
+ Then the operation followed by /
+ Then the two numbers separated by /

+