3 lines
58 B
Python
3 lines
58 B
Python
|
text1 = "Hello"
|
||
|
text2 = "World!"
|
||
|
stdout(text1+' '+text2)
|