TORONTO KIDS COMPUTER CLUB | Friday Evening Python Homework 04.12.
16222
post-template-default,single,single-post,postid-16222,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Friday Evening Python Homework 04.12.

16 Apr Friday Evening Python Homework 04.12.

Question:

Modify the calculator code we made in the class, rewrite the following methods in the Calculator class, to make it full functional calculator:

  • def changeOp(self, op):
  • def changeSign(self):
  • def addDecimal(self):
  • def getResult(self):
  • def numberUpdate(self, num):

you can download the coding from the following link:

please click and download: calculator

No Comments

Sorry, the comment form is closed at this time.