Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please create the following functions with python using for and while loops, thank you. a) my_sum=1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+ 16 + 17 + 18 + 19 + 20

Please create the following functions with python using for and while loops, thank you.

a) my_sum=1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+ 16 + 17 + 18 + 19 + 20 Write a loop to do the above summation more efficiently

b) my_list=[9,8,7,6,5,4,3,2,1] Write a loop to print out each element in the list on a new line

c) x=1 y=2

____________________ z=x+y

x=y

y=z Write a line of code on the blank line that will create a loop that will end when y is greater than 100

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David M. Kroenke, David Auer

11th Edition

B003Y7CIBU, 978-0132302678

Students also viewed these Databases questions

Question

Describe the Indian constitution and political system.

Answered: 1 week ago

Question

Explain in detail the developing and developed economy of India

Answered: 1 week ago

Question

Problem: Evaluate the integral: I = X 52+7 - 1)(x+2) dx

Answered: 1 week ago

Question

What is gravity?

Answered: 1 week ago

Question

What is the Big Bang Theory?

Answered: 1 week ago

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago