0
Concatenate two value "To" and "day" and assign the result to a variable (when)
HELP PLEASE
6 Respuestas
+ 16
a="To"+"day"
print("Some of us might die", a)
+ 13
WE'RE ALL GOING TO DIE
+ 13
I dont know this, its difficult , i quit , i died , i am no more, meow, woof ,maddd
+ 8
s1 = "To"
s2 = "day"
when = s1 + s2
+ 3
^tru
+ 3
when="To"+"day"
or
when=getAnswer("when will the world end")