IT WILL NOT BE 234.6 FOR PF GANG JUST TOOK THE TEST
Answer:
negatives = []
zeros = []
positives = []
while True:
number = input("Enter a number: ")
if number == "":
break
else:
number = int(number)
if number < 0:
negatives.append(number)
elif number == 0:
zeros.append(number)
else:
positives.append(number)
for n in negatives:
print(n)
for z in zeros:
print(z)
for p in positives:
print(p)
Explanation:
Initialize three lists to hold the numbers
Create a while loop that iterates until the user enters a blank line
Inside the loop:
If the number is smaller than 0, put it in the negatives list
If the number is 0, put it in the zeros list
Otherwise, put the number in the negatives list
When the while loop is done, create three for loops to print the numbers inside the lists
This sounds like a web-based application because they are designed to be ran within a website, generally with Adobe Flash.
Answer: The correct answer is scientist Robert Kahn and Vint Cerf in a project funded by the US Department of Defense.
Explanation: The first workable prototype of the Internet was developed by Robert Kahn and Vint Cerf in the late 1960s with the development of ARPANET, or the Advanced Research Projects Agency Network. This project used packet switching to allow multiple computers to communicate on a single network and was originally funded by the US Department of Defense.
The technology continued to grow in the 1970s after scientists developed Transmission Control Protocol and Internet Protocol, or TCP/IP, which is a communications model that set standards for how data could be transmitted between multiple networks. This was followed in 1990 by the invention of the World Wide Web by Tim Berners-Lee. This is the most common way for people to access the information that is on the internet.
Answer:
sorry just for points
Explanation:
lol I'm sorry but come play among us lol