• Курсы
  • Компилятор кода
  • Обсуждения
  • Цены
  • Teams
Menu

Обсуждения

ok i have a question: why do i have to put apostrophes when i list letters: ['a','b','c'] but when i list numbers not: [1,2,3] ?
listspython
1 голос
4 ответов
10th Jan 2017, 4:01 PM
Pascal Sebastiampillai
Pascal Sebastiampillai - avatar
I want to ask this question: what can i do(code langage c) to remove a file when i create it with fopen. I want to use remove .
remove
0 голосов
1 ответ
18th Feb 2020, 6:52 AM
Malick Diagne
Malick Diagne - avatar
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:
python
0 голосов
2 ответов
10th Sep 2016, 2:29 PM
brian
< Предыдущий123Следующий >
Актуальное сегодня
What's wrong in my code?
4 Votes
App Development
1 Votes
GUI-Based Python code in Webpage
3 Votes
Is python better than javascript?
1 Votes
I'm still new, help me about my image code
0 Votes
My candy crush clone is static I need help guys
0 Votes
My Missing Courses
1 Votes
What will be the output of this code?
1 Votes
Are '\0' and NULL the same?
1 Votes
cyber security
0 Votes