+ 1
Is this code right? If not, How can we correct its syntax?
s='think' s= ".join(sorted(list(s)[:4])) print(s)
3 Réponses
+ 7
'' on line 2 is two single quotes instead of one double quote.
+ 1
I took this code from a challenge question proposed by @Demeth. I've already signaled another wrong question. I want to know if moderators have ability to delete questions which syntax are false.
+ 1
Thank you Hatsy Rei. Demeth has just corrected is question.