+ 37
Sololearn please read this.
Imagine you win 30 challenges, but just 30 xp... Then the 31st challenge has a question like that: lst = [8,3,2,None,(), [], ] print(len(lst)) Of course it is a Syntax Error because there is a comma in the end of the list... Options were: SyntaxError 4 6 Guess what? It is not a Syntax Error... Really?! Pay better attention to question. It had a clear SyntaxError. And I lost 3-4.... -30 Xp.... I'm really angry with this scoring system and quizzes system.. Please, stop adding features and solve these ones.Thx
25 Respuestas
+ 62
comma, at the end of a list is perfectly valid!
it's not common,
but still valid :
+ 26
Washika, and how can you explain to me whenever I made a code and left a comma accidentaly in the end it said that's a SyntaxError?
+ 26
@Gami as said before they should change -32 to -10 or something.
+ 24
@Tashi I think that's not the official Sololearn account he is just messing with us.
+ 24
@indumohara Experience points
+ 21
@Ajay how much XP did you get for code ninja badge.
+ 16
@Ram
Yes, the official Sololearn account has 4 million followers, this one has 4. And the official account wouldn't steal other user's code...
+ 15
I am very grateful to you, Ajay: The Freelancer, Krishna, Gami, washika, Ram Chandra for all of the help you have given here, the questions you have created (Ram Chandra the Quiz Creator Master!) and the generally extremely helpful and professional atmosphere you have created in this app.
Sololearn, thank you for this community and for creating ways to code and learn on phones. I am grateful, I hope you can find more ways to recognize the enormous contributions of coders like Gami, Ajay, Ram Chandra, washika etc. Hurry up and give Tristan, Tashi, Hatsy Rei, Ahri Fox, Igor, Luka, Filip, and others a bunch of xp for the tremendous efforts they have put in!
I really like the Code of the Day feature and I enjoy reading the code and comments that these programmers and others have written. I have been learning, thank you all.
+ 15
Guys, just a humble request: If anyone sees an account impersonating SoloLearn official account, please report them for misbehaviour under fake account. This isn't a first time incident.
+ 14
I can feel you. 2 days back, I won 150 challenges and lost 6 challenges. Guess what, I got a resultant XP which is negative. This system should change. The +5 XP and -32 XP was okay but +1 XP and -32 XP is not. If they don't want to change +1 XP, they should at least change -32 XP to -20 XP or so.
+ 14
I'm agree with you Mr. Krishna,
I'm to suffered from this new scoring system.
and also I'm losing challanges which are never play by me 😤😬😬
I have loose around 1000 XP and more than 50 challenges without play it.
+ 12
wats dis@matiba*___*..
can u put it in english
+ 12
about what @Tashi N
+ 11
ooh okzz ..matiba...
is it Urdu?!!
+ 11
1000xp I guess
+ 11
@SoloLearn
🙌*cheering*
+ 9
I went back and read the section again. not only does it state that a comma can end the sequence, but also recommends that you code the comma at the end all the time... I wonder if you need to update your software...
+ 9
@Ajay
I thought it was the SoloLearn account, but it is Sololearn - a cheater.
+ 8
@Hatsy, Ram
Thx, I was on it -.-
Reported.
+ 6
As I look at the challenge, there might be a space after the final comma. Since None is part of the lst, a space might be a legal part of the lst. If this were correct, the best answer would be 6. What was the correct answer...