Write a hello world program in Python and format the code block using markdown triple back ticks.
# This is a hello world program in Python
print("Hello World!")
Write a hello world program in Python and format the code block using markdown triple back ticks.
# This is a hello world program in Python
print("Hello World!")