6 lines
149 B
Python
6 lines
149 B
Python
message = "Hello Python World"
|
|
print(message)
|
|
|
|
message = "Hello Python Crash Course World. What's next for us in Python Programming?"
|
|
print(message)
|