5 lines
80 B
Text
5 lines
80 B
Text
|
|
text = list(2)
|
||
|
|
text[1] = "Hello "
|
||
|
|
text[2] = "world!"
|
||
|
|
see text[1] + text[2] + nl
|