Hello World In Python

Write a hello world program in Python and format the code block using markdown triple back ticks.

1 Like
# This is a hello world program in Python

print("Hello World!")