Dyskusje Q&A
Can anyone explain
1 Głos
2 odpowiedziHelp me
1 Głos
4 odpowiedziReturn, plz, help
5 głosów
5 odpowiedziWho can explain?
0 głosów
1 OdpowiedźHow do i do that
0 głosów
6 odpowiedziFunction output
0 głosów
5 odpowiedzidef__
3 głosów
4 odpowiedziwhats wrong?
0 głosów
3 odpowiedzipython
0 głosów
1 OdpowiedźPython programming
0 głosów
3 odpowiedziMistake Pls Help 🥺
-1 Głos
2 odpowiedziPython Method Not Returning
4 głosów
7 odpowiedzidef manipulate_data(n):
positives,negatives=[],[]
if not isinstance(n,list):
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.
please the unittest is still telling me that my code failed the "only lists" allowed test.what do I do.
0 głosów
7 odpowiedzihow
0 głosów
3 odpowiedzidef add(x, y):
return x + y
def do_twice(func, x, y):
return func(func(x, y), func(x, y))
a = 5
b = 10
print(do_twice(add, a, b))
Please explain step by step
Which is caller here?
Explain the 3rd and 4th line ?
why in 4th line we write add(add(x,y),add(x,y)) which is function of 1st line ?
how can we write function after return statement insted of (x+y+x+y )=30?
0 głosów
2 odpowiedziInvalid syntax
1 Głos
2 odpowiedzifunction problem
0 głosów
1 OdpowiedźMissing code
0 głosów
3 odpowiedziBasic python difficulty
0 głosów
1 Odpowiedź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 głosów
2 odpowiedziSimple code issue
1 Głos
1 OdpowiedźPopularne dzisiaj
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Need a friend to study with
0 Votes
I’m new someone can help me
0 Votes
HTML community, HELP!!
0 Votes
I am a super beginner
0 Votes
What's doctype htMl
2 Votes