What is love? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
7 Answers
+ 11
REPORTED 😈
1st Apr 2017, 7:44 AM
Ekansh
+ 9
public static void main (String[]args) { System.out.println(" Baby, don't hurt me"); System.out.println("Don't hurt me no more…)"; }
25th Nov 2016, 7:12 PM
Sergio Orellana
Sergio Orellana - avatar
+ 5
https://code.sololearn.com/c65al3P8qlAp/?ref=app That can explain the meaning of love a lot ^u^
20th Apr 2017, 12:32 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 3
class Love { public static void main(String[] args) { boolean alive = true; while(alive == true) { System.out.println("I love you"); } } }
25th Nov 2016, 8:28 PM
Silas Junior
Silas Junior - avatar
+ 2
love is the seventh sense that(when activated) makes all other senses go nonsense.. :)
28th Nov 2016, 2:00 AM
Ziyaan Hassan
Ziyaan Hassan - avatar
+ 1
def makeFlowers(anything): print(anything + "in flowers") thing = input("What is love for you?") makeFlowers(thing)
27th Nov 2016, 5:03 PM
Benedek Máté Tóth
Benedek Máté Tóth - avatar
+ 1
love is the seventh sense that(when activated) makes all other senses go nonsense.. :)
28th Nov 2016, 2:00 AM
Ziyaan Hassan
Ziyaan Hassan - avatar