+ 1
leave a place after " My " and "first "
print "My " print "first " puts "program"
6 Answers
+ 1
if we don't leave space after the word (My and first)
print "My"
print "first"
puts "program"
Answer looks like this : Myfirstprogram
+ 1
Rubyđ
+ 1
Yes it will look like that. You have to add the space in order to get the space.
+ 1
Great! !!
0
Explain it more precisely... Also which language?
0