python-crash-course/pcc-solutions/chapter_02/hello_world_variables.py

2 lines
46 B
Python

message = "Hello Python world!"
print(message)