Posts by Raposa • 1 point
1 post
-
-4
votes1
answer39
viewsQ: Add a number to another
I was wondering if anyone knows how to add a number to another in Python, for example in the code I’m doing: Write a python script that does the following: 1 * 8 + 1 = 9 12 * 8 + 2 = 98 123 * 8 + 3…