5 lines
36 B
Python
5 lines
36 B
Python
x = 'Hello'
|
|
y = 'world'
|
|
|
|
print(x+y)
|
x = 'Hello'
|
|
y = 'world'
|
|
|
|
print(x+y)
|