• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

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 Vote
4 Answers
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 Votes
1 Answer
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 Votes
2 Answers
10th Sep 2016, 2:29 PM
brian
< Previous123Next >
Hot today
How many time I can use sololearn trial mode?
1 Votes
Ошибка в приложении Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Did sololearn helped you to get easier a job?
1 Votes
Sololearn course
1 Votes
solo learn program issue - iPhone?
1 Votes
Python
0 Votes
Bug sur le deuxième cours de python
1 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes