subject

30 Points Brainliest to whoever has the best answer. TIME REMAINING
02:58:25
You wrote a program to analyze the scores for a debate team. The members of the list scores are composed of lists holding a pair of numbers.

Some competitions are larger than others with a different number of events.

For instance [3, 5] represents three winners on your debate team and five winners are the opponent's debate team.

You want to know how many times your team won by two or more.

What is the missing line of code?

countWinBy2 = 0
for member in scores:

:
countWinBy2 = countWinBy2 + 1
print("Win by two or more:", countWinBy2)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 13:30
Jane’s team is using the v-shaped model for their project. during the high-level design phase of the project, testers perform integration testing. what is the purpose of an integration test plan in the v-model of development? a. checks if the team has gathered all the requirements b. checks how the product interacts with external systems c. checks the flow of data in internal modules d. checks how the product works from the client side
Answers: 1
question
Computers and Technology, 24.06.2019 04:10
Write a program that reads a set of floating-point values. ask the user to enter the values, then print • the average of the values. • the smallest of the values. • the largest of the values. • the range, that is the difference between the smallest and largest. of course, you may only prompt for the values once.
Answers: 3
question
Computers and Technology, 24.06.2019 13:10
Write a program that has a conversation with the user. the program must ask for both strings and numbers as input. the program must ask for at least 4 different inputs from the user. the program must reuse at least 3 inputs in what it displays on the screen. the program must perform some form of arithmetic operation on the numbers the user inputs. turn in your .py file as well as a screenshot of your program's output. include comments in your code to explain how it works an example program run might look like (have fun with this and be creative): ‘what is your name? ’ “josh” ‘, josh. what is your favorite color? ’ “green” ‘mine too. do you also like ice cream? ’ “no” ‘josh, how old are you? ’ “40” ‘ and how many siblings do you have? ’’ “3” ‘that means you are one of 4 kid(s). is green the favorite color of anyone else in your house? ’
Answers: 3
question
Computers and Technology, 24.06.2019 15:00
What questions about an audience should be asked during presentation preparation? check all that apply. what does the audience already know about the topic? how will multimedia tools inspire the audience? is the information interesting and engaging? how will this information affect the presentation? will the audience change the message’s purpose? what is likely to interest the audience?
Answers: 3
You know the right answer?
30 Points Brainliest to whoever has the best answer. TIME REMAINING
02:58:25
You wrote...
Questions
question
Spanish, 28.08.2019 06:00
question
Mathematics, 28.08.2019 06:10
question
English, 28.08.2019 06:10
question
English, 28.08.2019 06:10