Answer:
hmmmmm...hold up let me look up what dark supereffective means XD...
Explanation:
?oh so i only see stuff about pokemon so id imagine its about that...
It’s gonna be Answer B because all the other answers just sound silly
Software that people commonly use in the workplace to make their lives easier is called system software.
I am not too familiar with the Python language, but the algorithm would be something like this:
1. create a variable for the sums of the number
2. read in how many numbers the user wants to enter (let's call it N)
and then create a for loop:
for N times
read in the next number
increase the sum variable by that number
Hopefully this helps!