How are you guys today? Answer in code. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

How are you guys today? Answer in code.

alert("Doing good!");

15th Jan 2017, 3:55 PM
Caleb Jore
Caleb Jore - avatar
15 Answers
+ 8
st=int('0b010101000110100001100101001000000110001101100001011010110110010100100000011010010111001100100000011000010010000001101100011010010110010100100001', 2) print(st.to_bytes((st.bit_length() + 7) // 8, 'big').decode())
15th Jan 2017, 7:42 PM
Burey
Burey - avatar
+ 7
this.confirm = "kind of. Why do you need to know?";
15th Jan 2017, 4:01 PM
Caleb Jore
Caleb Jore - avatar
12th Apr 2017, 11:38 AM
STAPS Guru
STAPS Guru - avatar
+ 6
document.write("Is this for a badge?")
15th Jan 2017, 3:56 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 6
def why(request): return HttpResponse("good")
15th Jan 2017, 3:58 PM
Sun
Sun - avatar
+ 6
boolean is_it = true; if (is_it){ System.out.println("Very well thanks"); }else { System.out.println("There's only room for one condition, and it's not me!"); }
19th Jan 2017, 3:56 PM
Mark Foxx
Mark Foxx - avatar
+ 5
@cheeze No.😏
15th Jan 2017, 3:59 PM
Caleb Jore
Caleb Jore - avatar
+ 5
confirm("Going for the \'Question Master\' badge I see?")
15th Jan 2017, 4:00 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 5
MessageBox.Show("Fantastic");
15th Jan 2017, 4:28 PM
Alex
Alex - avatar
+ 5
print("Boosted")
15th Jan 2017, 5:01 PM
Shirious
Shirious - avatar
+ 5
cerr << "Very strange…"
15th Jan 2017, 6:45 PM
SUPER_S
SUPER_S - avatar
+ 5
public class feel{ public static void main(String[] args){ System.out.println("I feel very happy ;D ") } }
19th Jan 2017, 1:05 AM
ICE
ICE - avatar
+ 2
if
19th Jan 2017, 5:50 PM
Eduardo Sebastian Ortega
Eduardo Sebastian Ortega - avatar
+ 1
string nice = "I'm doing"; string nice2 ="Good!"; MessageBox. show("{0} {1}",nice, nice2);
15th Jan 2017, 10:30 PM
Montaser Zalloum
Montaser Zalloum - avatar
0
alert(not well for a 39.8 celcieus situation)
9th Dec 2017, 2:45 PM
WeakRaider29
WeakRaider29 - avatar