Question: Write the statements that will add the numbers 4 0 , 4 7 , 5 4 , 6 1 all the way to 9 0

Write the statements that will add the numbers 40,47,54,61 all the way to 90 and
display the result. You must not use numbers in your code. i.e. you must use
variables. And you must use python f-strings in your print statement.
You MUST not use the builtin function sum()
Your final output must be like:
The sum of the integers from 40 to 90 in steps of 7s is 516
 Write the statements that will add the numbers 40,47,54,61 all the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!