Post your Coding Challenge Here. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 359

Post your Coding Challenge Here.

You can post your interresting coding challenge here. No Homework or "I've got a problem with this" type, rather a cleverly formulated challenge requiring coding to solve. Look at some examples in the thread. Use your personal feed to create the challenge and copy the link here. Do not spam this with anything else, just the link to your post with a description. Do all the answering in the linked post itself and not here. Remember to select the little star on the bottom left of this for updates.

11th May 2018, 1:00 AM
Louis
Louis - avatar
1467 Answers
+ 49
I will try with ThisOne! 😆 Louis Thank you very much! 👍🙌 https://www.sololearn.com/post/31420/?ref=app
13th Sep 2018, 10:08 AM
Danijel Ivanović
Danijel Ivanović - avatar
+ 35
https://www.sololearn.com/post/31509/?ref=app
13th Sep 2018, 4:18 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 29
https://www.sololearn.com/post/127475/?ref=app
23rd Jul 2019, 10:55 AM
Danijel Ivanović
Danijel Ivanović - avatar
15th Mar 2020, 5:04 AM
ROHIT KANOJIYA
ROHIT KANOJIYA - avatar
+ 25
https://www.sololearn.com/post/45380/?ref=app
11th Nov 2018, 7:16 PM
Cépagrave
Cépagrave - avatar
9th Oct 2018, 2:06 AM
Cépagrave
Cépagrave - avatar
+ 21
https://www.sololearn.com/post/756889/?ref=app
12th Nov 2020, 5:50 PM
Aditya
Aditya - avatar
+ 19
https://www.sololearn.com/post/116821/?ref=app Looks more complicated than it is.
29th Jun 2019, 10:25 AM
Oma Falk
Oma Falk - avatar
13th Jul 2019, 4:19 AM
John Wells
John Wells - avatar
+ 19
https://www.sololearn.com/post/123383
14th Jul 2019, 1:24 AM
John Wells
John Wells - avatar
12th Sep 2018, 8:35 PM
Louis
Louis - avatar
+ 18
https://www.sololearn.com/post/80032/?ref=app
30th Mar 2019, 11:03 AM
Cépagrave
Cépagrave - avatar
13th Jun 2019, 8:52 AM
Oma Falk
Oma Falk - avatar
+ 18
https://www.sololearn.com/post/133294/?ref=app
7th Aug 2019, 3:31 PM
Oma Falk
Oma Falk - avatar
1st Jan 2021, 9:49 PM
Sebastian Keßler
Sebastian Keßler - avatar
+ 17
https://www.sololearn.com/post/741548/?ref=app
7th Nov 2020, 1:49 PM
Aditya
Aditya - avatar
27th Jan 2020, 3:04 AM
John Wells
John Wells - avatar
+ 16
https://code.sololearn.com/cOq8dqg4lbbF/?ref=app
30th Jan 2022, 11:03 AM
Janusz Bujak 🇵🇱 🇺🇦
Janusz Bujak 🇵🇱 🇺🇦 - avatar
+ 15
Output Like a Human [challenge] Sometimes we want our code output to be more like it came from a human rather than from a machine. Write a code that takes any collection of things, e.g. list, tuple, set, generator expression, and prints the contents the way a human list is written using "," and "and". Remember sets are unordered and generator expressions have no length! Examples: [1] -> 1 [1, 2] -> 1 and 2 [1, 2, 3] -> 1, 2 and 3 [1, 2, 3, 4] -> 1, 2, 3 and 4 (submitted as an assigment) https://www.sololearn.com/post/60789/?ref=app
20th Jan 2019, 10:31 AM
David Ashton
David Ashton - avatar