Definition The method returns whether the a small or equal to b. Syntax __le__ Parameters N/A Examples Fraction.__le__(Fraction) The equivalent to following:
The equivalent to following output:
The returns are following:
The equal to following results:
a<=b The return same output.
|