subject

Edhesive assignment 4
me fix this:

fn = input("what is your first name? ")
ln = input("what is your last name? ")
cl = input("enter the next class, stop to end: ")
rm = input("enter the room number: ")
i = ("3456")
b = (0)
print("")
print("* *")
print("* " + ln + ", " + fn + " " + "id: " + i + " *")
print("* *")
print("")
print("* *")
while (cl ! = "stop"):
cl = input("enter the next class, stop to end: ")
rm = input("enter the room number: ")
if (cl == "stop"):
print ("* " + "block: " + str(b) + ": " + cl + " " + "room: " + str(rm) + " *")
print("* *")
print("")
print("* *")
print("")

elif (cl ! = "stop"):
b = (b + 1)
print ("* " + "block: " + str(b) + ": " + cl + " " + "room: " + str(rm) + " *")


Edhesive assignment 4 me fix this:  fn = input("what is your fi
Edhesive assignment 4 me fix this:  fn = input("what is your fi
Edhesive assignment 4 me fix this:  fn = input("what is your fi

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:10
1. declare a constant named cents_per_pound and initialize with 25. 2. get the shipping weight from user input storing the weight into shipweightpounds. 3. using flat_fee_cents and cents_per_pound constants, assign shipcostcents with the cost of shipping a package weighing shipweightpounds.
Answers: 2
question
Computers and Technology, 22.06.2019 17:30
1. before plugging in a new device to a computer you should unplug all other devices turn off the computer turn on the computer 2. many of the maintenance tools for a computer can be found in the control panel under administrative tools display personalization
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
Researchers measured the data speeds for a particular smartphone carrier at 50 airports. the highest speed measured was 78.1 mbps. the complete list of 50 data speeds has a mean of x overbarequals16.11 mbps and a standard deviation of sequals18.65 mbps. a. what is the difference between carrier's highest data speed and the mean of all 50 data speeds? b. how many standard deviations is that [the difference found in part (a)]? c. convert the carrier's highest data speed to a z score. d. if we consider data speeds that convert to z scores between minus2 and 2 to be neither significantly low nor significantly high, is the carrier's highest data speed significant? a. the difference is nothing mbps.
Answers: 3
question
Computers and Technology, 23.06.2019 08:00
Which argument is not a valid filter? does not equal this quarter filter by cell color all of these are valid filter arguments.
Answers: 2
You know the right answer?
Edhesive assignment 4
me fix this:

fn = input("what is your first name? ")
...
Questions
Questions on the website: 13722360