OdinProject/helloworld.py
2023-04-02 15:43:25 -07:00

5 lines
36 B
Python

x = 'Hello'
y = 'world'
print(x+y)