subject

You have a plan for a program. Match the planning comment to the code that executes that part of the plan. # Get a guess from the user and update the number of guesses.
# Create a loop that continues until the user guesses the
number
# Compare the guess to the correct answer
if guess == correct:
#Tell the user the guess was correct
print("You were correct!")
keepGoing = False
else:
keepGoing = True
.: while keepGoing:
guess = input("Guess an integer from 1 to 10:")
guess = int(guess)
attempts = attempts + 1
print("You were wrong.")


You have a plan for a program. Match the planning comment to the code that executes that part of th

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 22:50
An environmental protection agency study of 12 automobiles revealed a correlation of 0.47 between engine size and emissions. at 0.01 significance level, can we conclude that there is a positive association between the variables? what is the p value? interpret.
Answers: 2
question
Computers and Technology, 24.06.2019 05:30
How do i get rid of my member ship for
Answers: 2
question
Computers and Technology, 24.06.2019 11:00
Why is it uncommon for users to perform searches directly in database tables? a.)users are discouraged from interacting directly with tables because they might confuse tables with spreadsheets. b.) users are discouraged from interacting directly with tables because this may result in unintended changes to source data. c.)users do not have the technical skills required to perform searches directly in database tables. d.)users do not have the permissions required to perform searches directly in database tables.
Answers: 1
question
Computers and Technology, 24.06.2019 13:00
George heard about the benefits of a data warehouse. he wants to try implementing one for his organization. however, he is afraid that transferring data to the data warehouse will affect transaction time. which element ensures that transactions are not affected when moving data to a warehouse? when data is transferred to a data warehouse, the a area frees the source system to continue transaction processing.
Answers: 2
You know the right answer?
You have a plan for a program. Match the planning comment to the code that executes that part of the...
Questions
question
Social Studies, 04.08.2019 21:50