missing comma

This commit is contained in:
lickthecheese 2020-02-01 10:50:51 -05:00
parent 91842f6d1f
commit 3915d04cfe
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def cOP(self, t, i):
return "the circumference of your circle is {} units".format(3.14*(ra*ra))
ops = {
'r': rOP
'r': rOP,
'd': dOP,
'a': aOP,
'c': cOP