Привет, мир с переменной в Python 3

message = "Hello World!"
print(message)

# Output - 
# Hello World!
Rajitha Amarasinghe