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
Answer:
The correct answer to the following question will be Option D (Media).
Explanation:
Media are the contact channels or devices used to store information or data and distribute it. The phrase refers to elements of the media marketing industry such as printed media, printing, mainstream media, film, theater, television and radio broadcast, and advertisement.
There are mainly three types of media, which are as follows:
- Print media
- Broadcast media
- Internet
Using these three media, we can describe the content and the surfaces on which an artist works.
Therefore, Option D is the right answer.
Optima battery because it is stronger than a factory battery
Answer:
C. External Data
Explanation:
On the External Data tab, you can find import and export commands located in Access.
Answer:
A
Explanation:
Example: when scrolling through a list of shows, if you filter for action shows, only shows that match the action description would appear