5 lines
73 B
Text
5 lines
73 B
Text
|
|
V s1 = ‘hello’
|
|||
|
|
print(s1‘ world’)
|
|||
|
|
V s2 = s1‘ world’
|
|||
|
|
print(s2)
|