caculator

Solutions on MaxInterview for caculator by the best coders in the world

showing results for - "caculator"
Clea
04 Jan 2018
1class calc:
2  def __init__(self,num):
3    self.num = num
4  def __add__(self,other):
5    #inner code
6  def __mul__(self, other):
7    #inner code
8  def __sub__(self, other):
9    #inner code
10  def __div__(self,other):
11    #inner code
12  # and so on for features
13  
Vaughn
05 Mar 2017
1you can make your own caculator cmon
2man cmon
Henri
15 May 2016
1if 1+1=2
2print "fibve"
Paola
14 Sep 2018
1what else would you find here
2ligma balls
similar questions
calculatorcalculator code