TORONTO KIDS COMPUTER CLUB | Aurora Monday 18:30 Python Homework 22.01.10.
20219
post-template-default,single,single-post,postid-20219,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

Aurora Monday 18:30 Python Homework 22.01.10.

15 Jan Aurora Monday 18:30 Python Homework 22.01.10.

Question 1:

We have known the __add__(self, other) to get called on add operation using+ operator, please finish the following math methods of Fraction class:

  • __sub__(self, other) To get called on subtraction operation using – operator.
  • __mul__(self, other) To get called on multiplication operation using * operator.
  • __truediv__(self, other) To get called on division operation using / operator.
  • and also the Fraction class can use mixed fraction, For example, 2 1/3 is a mixed fraction
No Comments

Sorry, the comment form is closed at this time.