• Corsi
  • Compilatore di codice
  • Discuti
  • Prezzi
  • Squadre
Menu

Discussioni Q&A

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 Voto
4 Risposte
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 Voti
1 Risposta
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 Voti
2 Risposte
10th Sep 2016, 2:29 PM
brian
< Precedente123Successivo >
Popolare oggi
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
3 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
Why can’t I use double “ in python?
0 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Is pro worth the money ?
1 Votes
Coding for Cybersecurity
0 Votes
2 cases not correct what's the problem
1 Votes
Pointers in c#
0 Votes
Drawing images in java
2 Votes