Given the following code snippet, which statement correctly allows the function to 1. total = 0 2. def main () : 3. avg 4. for i in range (6) 5. isquared i * i 6. total = total + iSquared 7. avg total / i 8. print(total) 9. print(avg) Select one: O add the keyword global to line 1 add the statement global total after line 2 O line 1 already allows the total variable to be updated O move line 1 inside the function definition

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter3: Performing Calculations With Formulas And Functions
Section: Chapter Questions
Problem 4.8CP
icon
Related questions
Question
Given the following code snippet, which statement correctly allows the function to update the global variable
total
1. total =
2. def main()
:
3.
avg
4.
for i in range(6)
:
5.
isquared
i
i
6.
total
= total + iSquared
7.
avg = total / i
8.
print (total)
9.
print(avg)
Select one:
add the keyword global
to line 1
add the statement global total
after line 2
O line 1 already allows the
total
variable to be updated
move line 1 inside the function definition
Transcribed Image Text:Given the following code snippet, which statement correctly allows the function to update the global variable total 1. total = 2. def main() : 3. avg 4. for i in range(6) : 5. isquared i i 6. total = total + iSquared 7. avg = total / i 8. print (total) 9. print(avg) Select one: add the keyword global to line 1 add the statement global total after line 2 O line 1 already allows the total variable to be updated move line 1 inside the function definition
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Variables
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
Computer Science
ISBN:
9781337569798
Author:
ECKERT
Publisher:
CENGAGE L
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning