Обсуждения
def manipulate_data(n):
positives,negatives=[],[]
if not isinstance(n,list):
raise ValueError
return
else:
for i in n:
if i>=0:
positives.append(i)
if i<0
negatives.append(i)
new=[len(positives,sum(negatives)]
return new.
Someone kindly assist I keep running it in unitests and I keep getting errors.
Here's the question:
0 голосов
2 ответовАктуальное сегодня
I need help
1 Votes
My hearts are disappering :(
0 Votes
a phone or a laptop
0 Votes
Where is code bit
0 Votes
Java IDE for building a game.
0 Votes