PYTHON PROGRAMMING QUESTION #mysum.py def mysum (items): """Return sum of values in items.""" total = 0 for item in items: total + item return total def main (): data = [4, 9, 2, 8, 3, 2, 5, 4, 21 print ("My sum of", data, "is", mysum (data)) main () I Consider the Python Script above and please answer the following question. .Write a geometric_mean (items) function to return the geometric mean of the values in the list items. The geometric mean of ₁, 2, ..., In is (X₁X2 ... Xn) *. Test your function on random data.

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter7: Designing A Web Form: Creating A Survey Form
Section: Chapter Questions
Problem 3CP4
icon
Related questions
Question
Document1 - Microsoft Word (Product Activation Failed)
References Mailings Review View
Home
Insert
Page Layout
NYAN
A
=
4 A
KA
5 Date & Time
Cover Blank Page Table Picture Clip Shapes SmartArt Chart Screenshot Hyperlink Bookmark Cross-reference Header Footer Page
W Page Page Break
Text Quick WordArt Drop
Box Parts
Cap
Art
Number
Object
*
Pages
Tables
Text
Illustrations
▶ · 2 · 1 · 1 · 1
Links
Header & Footer
···1·1·2·1·3·1·4·1·5·1·6·1·7·1·8·1·9·|·10·|·11· |· 12 · |· 13 · |·14· |·15· |· ·|·17· |· 18.
PYTHON PROGRAMMING QUESTION
#mysum.py
def mysum (items):
"""Return sum of values in items."""
total = 0
for item in items:
total + item
return total
def main ():
data = [4, 9, 2, 8, 3, 2, 5, 4, 2]
print ("My sum of", data, "is", mysum (data))
main ()
1
Consider the Python Script above and please answer the following question.
Write a geometric_mean (items) function to return the geometric mean
of the values in the list items. The geometric mean of x1, x2,..., n is
(2122...n)*.
Test your function on random data.
05:03 PM
2022-06-21
W
10,1,9,1,8,1,7,1.6.1.5.1,4,1,3,1,2,1,1,1,11日
File
Page: 1 of 1
Words: 14
Signature Line
ΠΩ
Equation Symbol
Symbols
NRE= 90%
90%
?
E
0+
Transcribed Image Text:Document1 - Microsoft Word (Product Activation Failed) References Mailings Review View Home Insert Page Layout NYAN A = 4 A KA 5 Date & Time Cover Blank Page Table Picture Clip Shapes SmartArt Chart Screenshot Hyperlink Bookmark Cross-reference Header Footer Page W Page Page Break Text Quick WordArt Drop Box Parts Cap Art Number Object * Pages Tables Text Illustrations ▶ · 2 · 1 · 1 · 1 Links Header & Footer ···1·1·2·1·3·1·4·1·5·1·6·1·7·1·8·1·9·|·10·|·11· |· 12 · |· 13 · |·14· |·15· |· ·|·17· |· 18. PYTHON PROGRAMMING QUESTION #mysum.py def mysum (items): """Return sum of values in items.""" total = 0 for item in items: total + item return total def main (): data = [4, 9, 2, 8, 3, 2, 5, 4, 2] print ("My sum of", data, "is", mysum (data)) main () 1 Consider the Python Script above and please answer the following question. Write a geometric_mean (items) function to return the geometric mean of the values in the list items. The geometric mean of x1, x2,..., n is (2122...n)*. Test your function on random data. 05:03 PM 2022-06-21 W 10,1,9,1,8,1,7,1.6.1.5.1,4,1,3,1,2,1,1,1,11日 File Page: 1 of 1 Words: 14 Signature Line ΠΩ Equation Symbol Symbols NRE= 90% 90% ? E 0+
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning