5 lines
105 B
Python
5 lines
105 B
Python
message = 'HELLO PYTHON WORLD'
|
|
print(message)
|
|
|
|
message = 'hello python crash course world'
|
|
print(message) |