Обсуждения
Anyone please help me
 1 голос
 5 ответовCan anyone explain
 1 голос
 2 ответовReturn, plz, help
 5 голосов
 5 ответовWho can explain?
 0 голосов
 1 ответHow do i do that
 0 голосов
 6 ответовFunction output
 0 голосов
 5 ответовwhats wrong?
 0 голосов
 3 ответовPython programming 
 0 голосов
 3 ответовMistake Pls Help 🥺
 -1 голос
 2 ответовPython Method Not Returning
 4 голосов
 7 ответовdef 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 голосов
 7 ответовInvalid syntax
 1 голос
 2 ответовdef 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 голосов
 2 ответовHelp needed with Python 3
 1 голос
 2 ответовfunction problem
 0 голосов
 1 ответMissing code 
 0 голосов
 3 ответовButton Command in tkinter PYTHON
 0 голосов
 2 ответовBasic python difficulty 
 0 голосов
 1 ответКак заполнять массив посимвольно?
 0 голосов
 4 ответовАктуальное сегодня
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes