Today I learnt how to make some basics calculation and I learnt how to remove decimals by using « // » int Python3

My code
My code
  • The sum of the two numbers.
  • The difference of the two numbers.
  • The product of the two numbers.
  • The integer based division of the two numbers (so no decimal point). First divided by second.
  • The remainder of integer division of the two numbers.

CC BY 4.0 WSQ03 – Fun With Numbers by pololarinette is licensed under a Creative Commons Attribution 4.0 International License.