Answer:
inputed = input("Choose some numbers, each separated with a space: ")
chosen = list(inputed)
chosen = chosen.remove(' ')
for value in chosen:
if '-' not in value:
print(Body)
else:
print(Done)
break
Explanation:
The for loop will go through every value in the list (your numbers) and check if it is positive or negative.
does advanced auto parts install engine air filter
Answer:
You have to do it yourself.
Explanation: