wei/unit_1&2/hello_world.py

5 lines
105 B
Python

message = 'HELLO PYTHON WORLD'
print(message)
message = 'hello python crash course world'
print(message)