Q&A Discussões
Code saving location
0 Voto
1 Respostadef 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 Voto
2 RespostasQuente hoje
API
0 Votes
Help for roadmap
0 Votes
Sockets, etc
0 Votes
Quiz
0 Votes
Necesitó ayuda
0 Votes
Controls issue
0 Votes