[challenge] shuffle the middle of every word in a text | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

[challenge] shuffle the middle of every word in a text

Example Text: If you are coming from Java world, you might already have heard about the method overloading in Java. Kotlin, with the help of default parameters and named arguments helps us to reduce the number of overloads that we generally need in Java world. If you are cmonig form Java wolrd, you mghit adealry have heard auobt the method oeiavnldorg in Java. Kotiln, wtih the hlep of dfelaut paremtares and named armneugts hepls us to rucdee the neubmr of orladevos taht we glreelnay need in Java wlrod. All weapons welcome Have fun

6th Feb 2018, 4:23 PM
Oma Falk
Oma Falk - avatar
13 Answers
+ 2
https://code.sololearn.com/cdo5ecRBqFAW/#py I rewrote the code I wrote for Murillo Pyaia's Typoglycemia Challenge, it was actually quite slow. I'm not sure it was needed, but my code won't let a 4+ letters word randomly unmodified (unless 'need' of course here).
7th Feb 2018, 1:21 AM
Cépagrave
Cépagrave - avatar
7th Feb 2018, 8:37 PM
LukArToDo
LukArToDo - avatar
6th Feb 2018, 4:25 PM
Oma Falk
Oma Falk - avatar
+ 9
by the way.... this is my 500. Post
6th Feb 2018, 4:51 PM
Oma Falk
Oma Falk - avatar
6th Feb 2018, 7:18 PM
Pedro Demingos
Pedro Demingos - avatar
+ 5
@pedro yes generally. If you use a given large text, you will see, that the text is still easy to read. Our brain only needs first and last letter not shuffled.
6th Feb 2018, 7:37 PM
Oma Falk
Oma Falk - avatar
+ 4
@Paul thank you very very much
6th Feb 2018, 7:32 PM
Oma Falk
Oma Falk - avatar
+ 4
@luis yes... just addon: a whole text.
6th Feb 2018, 9:37 PM
Oma Falk
Oma Falk - avatar
+ 4
@Russ just have fun discovering Python. Thanks for your solution.
7th Feb 2018, 6:44 PM
Oma Falk
Oma Falk - avatar
+ 3
Your posts and challenges are always appreciated.
6th Feb 2018, 5:28 PM
Paul
Paul - avatar
7th Feb 2018, 4:04 PM
FarinHeiT
FarinHeiT - avatar
+ 2
My attempt: https://code.sololearn.com/cRGuiatzBRlW/?ref=app Looking at everyone else's codes makes me feel like I have so much to learn!
7th Feb 2018, 6:22 PM
Russ
Russ - avatar
6th Feb 2018, 9:32 PM
Luis Lopes
Luis Lopes - avatar