예제 #1
0
 def divide(self,arg1, arg2):
     Validator.validate(arg1, arg2)
     Validator.division_by_zero(arg2)
     return arg1/arg2