initial file upload
This commit is contained in:
12
chap2/hello_world.py
Normal file
12
chap2/hello_world.py
Normal file
@@ -0,0 +1,12 @@
|
||||
message = "Hello Python World!"
|
||||
print(message)
|
||||
|
||||
mesage = "Hello Python Crash Course World!"
|
||||
print(mesage)
|
||||
|
||||
# Try It Yourself pg. 19
|
||||
message_alert1 = "This is a test of the emergency broadcast system."
|
||||
print(message_alert1)
|
||||
|
||||
message_alert1 = "This is only a test."
|
||||
print(message_alert1)
|
||||
Reference in New Issue
Block a user