subject

What does this loop that uses a range function do?

for i in range(7, 15):
print(“goodbye”)
it prints “goodbye” 8 times, numbered from 7 through 14.
it prints “goodbye” 9 times, numbered from 7 through 15.
it prints “goodbye” 9 times.
it prints “goodbye” 8 times.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:10
Which activity should be part of a long-term plan to positively affect yourhealth? oa. wearing regular clothing when handling toxinsob. not worrying about secondhand smokeoc. avoiding excessive exposure to sunlightod. drinking only well water
Answers: 1
question
Computers and Technology, 22.06.2019 19:00
Stacy works as blank. the most important soft skill she needs for this role is blank.
Answers: 3
question
Computers and Technology, 23.06.2019 19:00
Whose task it is to ensure that the product flows logically from one step to another?
Answers: 3
question
Computers and Technology, 23.06.2019 22:30
How many points do i need before i can send a chat
Answers: 1
You know the right answer?
What does this loop that uses a range function do?

for i in range(7, 15):
print...
Questions