Fun with Numbers Instructions: Ask the user for 2 integer numbers, then use those values to calculate: The sum of the 2 numbers Difference between them The product The integer based division (no decimal point) The remainder of the integer division First i looked for math operations with python and found this youtube video: Then i had some trouble with my variables because they were strings and i converted them to integers using int (), but after that minor struggle the program runned just fine. I'll leave a link to my code: https://www.dropbox.com/s/udfbrwf619a5n0b/Wsq03.py?dl=0