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
The awnser is task 6 because 6 plus 8 is 20 and that equals for 6 gallons to go the the teen choice awards
After a system is released and the user base grows, the demands on the development and support team will increase.
The development team can scale vertically by adding new people to the team.
Television broadcasts were originally delivered by using:
- Ethernet
- Coaxial cable
- [Wireless] or Broadband
<h3>What is Ethernet is used for?</h3>
Ethernet is known to be a kind of network or services that is often used to link two or more devices in a network.
This is known to be very popular kind of network connection. It is known to be used in local networks by specific organizations such as offices, school campuses and it is used often for Television broadcasts.
Therefore, Television broadcasts were originally delivered by using:
- Ethernet
- Coaxial cable
- [Wireless] or Broadband
Learn more about Ethernet from
brainly.com/question/1637942
#SPJ1
The answer is No. <span>When adding clip art to a slide you are not limited to the pictures stored on your computer. </span><span>We are not limited to using clip art from our computer. Any clip art can be used, but if it is from another source, it must first be saved to your computer as a </span>file<span>. </span>