subject

What will these loops do in python? answer = “”
while answer != “yes”:
answer = input(“Do you want to go fishing?”)

answer = 0
while answer != 8:
answer = int(input(“What is 2x4?”))
if answer == 8:
print(“Correct!”)
else:
print(“Try again”)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:00
You turn your computer on and the computer will not boot up where is something you should do to diagnose the problem?
Answers: 1
question
Computers and Technology, 23.06.2019 02:30
Which component acts as a platform on which application software runs
Answers: 2
question
Computers and Technology, 23.06.2019 11:20
Http is the protocol that governs communications between web servers and web clients (i.e. browsers). part of the protocol includes a status code returned by the server to tell the browser the status of its most recent page request. some of the codes and their meanings are listed below: 200, ok (fulfilled)403, forbidden404, not found500, server errorgiven an int variable status, write a switch statement that prints out the appropriate label from the above list based on status.
Answers: 2
question
Computers and Technology, 23.06.2019 15:20
What does a bonus object do? a. subtracts lives b. keeps track of a player's health c. gives a player an advantage d. makes text appear
Answers: 1
You know the right answer?
What will these loops do in python? answer = “”
while answer != “yes”:
answer = input(“...
Questions
question
Mathematics, 04.06.2020 15:02
question
Mathematics, 04.06.2020 15:57
question
Biology, 04.06.2020 15:57
question
Mathematics, 04.06.2020 15:57
Questions on the website: 13722367