CHALLENGE: Make the Correct sentence. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 5

CHALLENGE: Make the Correct sentence.

Write a program that can correct make meaning of this sentens. For Example: Input: "Sololearn Love I" And the output : "I Love Sololearn" Good luck.✌✌ /*** challenge_no: 2 ***/

17th Jan 2018, 1:44 PM
Mahmudul Hasan Fahim
Mahmudul Hasan Fahim - avatar
7 Réponses
+ 13
A solution to another challenge https://code.sololearn.com/cJEZziAoGT7i/?ref=app print(*input().split()[::-1])
17th Jan 2018, 7:06 PM
Justine Ogaraku
Justine Ogaraku - avatar
18th Jan 2018, 3:06 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 3
https://code.sololearn.com/cqU7PM4htLec/?ref=app
17th Jan 2018, 3:13 PM
code learner
code learner - avatar
+ 2
I'm solving.😎
17th Jan 2018, 2:08 PM
Liza
Liza - avatar
17th Jan 2018, 2:44 PM
Jonas Schröter
Jonas Schröter - avatar
+ 2
Int a=10,int b=20; Public void swap(int a,int b){int c=a+b;30=10+20 a=c-a;20=30-10; b=c-a;10=30-20; }
20th Jan 2018, 3:34 AM
Mahesh Majge
Mahesh Majge - avatar