0

Python " relay race" test in beginner course isn't working for me.

https://sololearn.com/compiler-playground/cFzwc7Md10cU/?ref=app

8th Nov 2024, 11:12 AM
Abdur Rahman
Abdur Rahman - avatar
5 Respostas
+ 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.
8th Nov 2024, 12:44 PM
Lisa
Lisa - avatar
+ 4
print() has a separate sep=" ". Look at the expected output: There is no blank space in front of the name lists
8th Nov 2024, 12:10 PM
Lisa
Lisa - avatar
+ 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?
8th Nov 2024, 12:04 PM
Per Bratthammar
Per Bratthammar - avatar
+ 1
Tnx Lisa so how do I solve it?
8th Nov 2024, 12:26 PM
Abdur Rahman
Abdur Rahman - avatar
+ 1
Lisa how to be a mentor
8th Nov 2024, 12:39 PM
Md Hachan Noor
Md Hachan Noor - avatar