0
Python " relay race" test in beginner course isn't working for me.
https://sololearn.com/compiler-playground/cFzwc7Md10cU/?ref=app
5 Réponses
+ 2
you can change the value of sep to an empty string, e.g.:
print("Group 1:\n",g1, sep="")
Or you print g1 in an extra print() on the next line.
+ 3
print() has a separate sep=" ". Look at the expected output: There is no blank space in front of the name lists
+ 1
Hi Abdur Rahman ,
If you’re trying to create three lists using slicing, your code appears to achieve that. What specific issue are you experiencing?
+ 1
Tnx Lisa
so how do I solve it?
+ 1
Lisa how to be a mentor